Searched defs:CacheNode (Results 1 – 4 of 4) sorted by relevance
28 struct CacheNode { struct29 CacheNode(std::string key, const T& obj) : cacheKey(std::move(key)), cacheObj(obj) {} in CacheNode() argument39 …cheWithCountLimitLRU(const std::string& key, const T& cacheObj, std::list<CacheNode<T>>& cacheList, argument
54 struct CacheNode { struct55 std::string cloudId;56 std::string parentCloudId;57 std::string fileName;58 std::string isDir;59 bool isRecycled = false;
71 struct CacheNode { struct84 std::unordered_map<K, CacheNode<K, V>> keyToIndex_; argument
1267 bool CacheNode(const char* const tname, const SCENE_NS::INode::Ptr& node, in CacheNode() function in __anon3577c0ce0110::SceneImpl