Searched refs:sources_ (Results 1 – 2 of 2) sorted by relevance
59 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()
106 std::vector<std::unique_ptr<ISymbolSource>> sources_; variable