Home
last modified time | relevance | path

Searched refs:container_cache_ (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/cmds/idmap2/idmap2d/
DIdmap2Service.cpp222 if (auto cache_it = container_cache_.find(target_path); cache_it != container_cache_.end()) { in GetTargetContainer()
229 container_cache_.erase(cache_it); in GetTargetContainer()
243 container_cache_.emplace(target_path, CachedContainer { in GetTargetContainer()
DIdmap2Service.h90 std::unordered_map<std::string, CachedContainer> container_cache_; variable