Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gold/
Ddirsearch.cc102 : lock_(), caches_() in Dir_caches()
122 Cache_hash caches_; member in __anon88731e130111::Dir_caches
127 for (Cache_hash::iterator p = this->caches_.begin(); in ~Dir_caches()
128 p != this->caches_.end(); in ~Dir_caches()
150 std::pair<Cache_hash::iterator, bool> p = this->caches_.insert(v); in add()
158 Cache_hash::const_iterator p = this->caches_.find(dirname); in lookup()
159 if (p == this->caches_.end()) in lookup()