Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/process/
DSymbolTable.cpp47 id_cache_(200) { in SymbolTable()
114 id_cache_.put(shared_symbol->id.value(), shared_symbol); in FindByName()
123 if (const std::shared_ptr<Symbol>& s = id_cache_.get(id)) { in FindById()
136 id_cache_.put(id, shared_symbol); in FindById()
DSymbolTable.h111 android::LruCache<ResourceId, std::shared_ptr<Symbol>> id_cache_; variable