Lines Matching defs:end

388     for (vector<Node*>::const_iterator n = nodes.begin(); n != nodes.end(); ++n)

430 validation != edge->validations_.end(); ++validation) {
437 edge != node->out_edges().end(); ++edge) {
439 out != (*edge)->outputs_.end(); ++out) {
447 edge != validation_edges.end(); ++edge) {
449 out != (*edge)->outputs_.end(); ++out) {
483 n != nodes.end();
501 e != state->edges_.end(); ++e) {
503 inps != (*e)->inputs_.end(); ++inps) {
516 e != state->edges_.end(); ++e) {
519 out_node != (*e)->outputs_.end(); ++out_node) {
527 i != rules.end(); ++i) {
536 e != state->edges_.end(); ++e) {
538 out_node != (*e)->outputs_.end(); ++out_node) {
551 ni != deps_log_.nodes().end(); ++ni) {
564 for (vector<Node*>::iterator it = nodes.begin(), end = nodes.end();
565 it != end; ++it) {
598 for (vector<Node*>::iterator it = nodes.begin(); it != nodes.end(); ++it) {
682 for (Rules::const_iterator i = rules.begin(); i != rules.end(); ++i) {
717 in != edge->inputs_.end(); ++in)
761 for (vector<Node*>::iterator in = nodes.begin(); in != nodes.end(); ++in)
775 in != edge->inputs_.end(); ++in)
820 for (vector<Node*>::iterator in = nodes.begin(); in != nodes.end(); ++in)
824 std::sort(result.begin(), result.end());
825 result.erase(std::unique(result.begin(), result.end()), result.end());
985 e != state_.edges_.end(); ++e) {
1471 char* end;
1472 int value = strtol(optarg, &end, 10);
1473 if (*end != 0 || value < 0)
1483 char* end;
1484 int value = strtol(optarg, &end, 10);
1485 if (*end != 0)
1495 char* end;
1496 double value = strtod(optarg, &end);
1497 if (end == optarg)