Searched refs:cacheId (Results 1 – 2 of 2) sorted by relevance
123 const auto& cacheId = cacheUri; in LoadAssetToCache() local126 auto it = cacheCollections_.find(cacheId); in LoadAssetToCache()134 cacheCollections_.erase(cacheId); in LoadAssetToCache()145 return (cacheCollections_[cacheId] = move(ec)).get(); in LoadAssetToCache()154 const auto& cacheId = resolvedUri; in IsCachedCollection() local166 const auto& cacheId = resolvedUri; in CreateCachedCollection() local169 return (cacheCollections_[cacheId] = move(ec)).get(); in CreateCachedCollection()175 const auto& cacheId = resolvedUri; in GetCachedCollection() local177 auto collection = cacheCollections_.find(cacheId); in GetCachedCollection()184 const auto& cacheId = resolvedUri; in RemoveFromCache() local[all …]
851 auto cacheId = 1; variable853 node->cacheSurfaceThreadIndex_ = cacheId;856 EXPECT_TRUE(cacheId == node->completedSurfaceThreadIndex_);