Lines Matching refs:std
55 using namespace std;
429 for (std::vector<Node*>::iterator validation = edge->validations_.begin();
443 const std::vector<Edge*> validation_edges = node->validation_out_edges();
446 for (std::vector<Edge*>::const_iterator edge = validation_edges.begin();
767 void CollectInputs(Edge* edge, std::set<Edge*>* seen,
768 std::vector<std::string>* result) {
818 std::set<Edge*> seen;
819 std::vector<std::string> result;
824 std::sort(result.begin(), result.end());
825 result.erase(std::unique(result.begin(), result.end()), result.end());
891 std::string EvaluateCommandWithRspfile(const Edge* edge,
1639 std::set_terminate(TerminateHandler);