Home
last modified time | relevance | path

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

/third_party/ninja/src/
Dstate.cc76 pools_[pool->name()] = pool; in AddPool()
80 map<string, Pool*>::iterator i = pools_.find(pool_name); in LookupPool()
81 if (i == pools_.end()) in LookupPool()
201 if (!pools_.empty()) { in Dump()
203 for (map<string, Pool*>::const_iterator it = pools_.begin(); in Dump()
204 it != pools_.end(); ++it) in Dump()
Dstate.h130 std::map<std::string, Pool*> pools_; member