Home
last modified time | relevance | path

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

/third_party/ninja/src/
H A Dbuild_test.cc484 vector<Edge*> active_edges_; member
579 if (active_edges_.size() < max_active_edges_) in CanRunMore()
586 assert(active_edges_.size() < max_active_edges_); in StartCommand()
587 assert(find(active_edges_.begin(), active_edges_.end(), edge) in StartCommand()
588 == active_edges_.end()); in StartCommand()
667 active_edges_.push_back(edge); in StartCommand()
670 sort(active_edges_.begin(), active_edges_.end(), in StartCommand()
677 if (active_edges_ in WaitForCommand()
[all...]

Completed in 3 milliseconds