Home
last modified time | relevance | path

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

/third_party/ninja/src/
H A Dgraph.cc620 if (!validation_out_edges().empty()) { in Dump()
622 for (std::vector<Edge*>::const_iterator e = validation_out_edges().begin(); in Dump()
623 e != validation_out_edges().end() && *e != NULL; ++e) { in Dump()
H A Dgraph.h112 const std::vector<Edge*>& validation_out_edges() const { return validation_out_edges_; } in validation_out_edges() function
H A Dninja.cc443 const std::vector<Edge*> validation_edges = node->validation_out_edges(); in ToolQuery()

Completed in 6 milliseconds