Searched defs:CacheNode (Results 1 – 3 of 3) sorted by relevance
28 struct CacheNode { struct29 CacheNode(std::string key, const T& obj) : cacheKey(std::move(key)), cacheObj(obj) {} in CacheNode() function39 …cheWithCountLimitLRU(const std::string& key, const T& cacheObj, std::list<CacheNode<T>>& cacheList, argument
57 struct CacheNode { struct58 std::string cloudId;59 std::string parentCloudId;60 std::string fileName;61 std::string isDir;62 bool isRecycled = false;
1267 bool CacheNode(const char* const tname, const SCENE_NS::INode::Ptr& node, in CacheNode() function in __anon49d07c580111::SceneImpl