Home
last modified time | relevance | path

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

/frameworks/base/cmds/idmap2/idmap2d/
DIdmap2Service.h83 struct CachedContainer { struct
90 std::unordered_map<std::string, CachedContainer> container_cache_; argument
DIdmap2Service.cpp243 container_cache_.emplace(target_path, CachedContainer { in GetTargetContainer()