Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/process/
DSymbolTable.cpp59 sources_.push_back(std::move(source)); in AppendSource()
66 sources_.insert(sources_.begin(), std::move(source)); in PrependSource()
99 std::unique_ptr<Symbol> symbol = delegate_->FindByName(*mangled_name, sources_); in FindByName()
128 std::unique_ptr<Symbol> symbol = delegate_->FindById(id, sources_); in FindById()
DSymbolTable.h106 std::vector<std::unique_ptr<ISymbolSource>> sources_; variable