Searched defs:FindById (Results 1 – 3 of 3) sorted by relevance
/aosp14/frameworks/base/tools/aapt2/process/ | ||
H A D | SymbolTable.cpp | 122 const SymbolTable::Symbol* SymbolTable::FindById(const ResourceId& id) { in FindById() function in aapt::SymbolTable |
H A D | SymbolTable.h | 181 std::unique_ptr<SymbolTable::Symbol> FindById(ResourceId id) override { in FindById() function |
/aosp14/frameworks/base/tools/aapt2/test/ | ||
H A D | Context.h | 189 std::unique_ptr<SymbolTable::Symbol> FindById(ResourceId id) override { in FindById() function |