Home
last modified time | relevance | path

Searched refs:LookupPool (Results 1 - 4 of 4) sorted by relevance

/third_party/ninja/src/
H A Dstate.cc75 assert(LookupPool(pool->name()) == NULL); in AddPool()
79 Pool* State::LookupPool(const string& pool_name) { in LookupPool() function in State
H A Dstate.h100 Pool* LookupPool(const std::string& pool_name);
H A Dmanifest_parser.cc106 if (state_->LookupPool(name) != NULL) in ParsePool()
326 Pool* pool = state_->LookupPool(pool_name); in ParseEdge()
H A Dbuild_test.cc1487 EXPECT_GE(save_state.LookupPool("some_pool")->current_use(), 0); in TEST_F()

Completed in 7 milliseconds