Searched refs:kSourceId (Results 1 – 5 of 5) sorted by relevance
129 const SimpleNode* source_node() const { return nodes_[Graph::kSourceId]; } in source_node()151 nodes_[g->kSourceId] = new SimpleNode(g->source_node(), g->kSourceId); in SimpleGraph()
603 enum { kSourceId = 0, kSinkId = 1 }; enumerator604 Node* source_node() const { return FindNodeId(kSourceId); } in source_node()
367 CHECK_EQ(source->id(), kSourceId); in Graph()
900 const string& source = graph_.FindNodeId(Graph::kSourceId)->name(); in TEST_F()2437 const string& source = graph_.FindNodeId(Graph::kSourceId)->name(); in TEST_F()
1333 deleted[graph_->kSourceId] = true; in DeleteReachableAndDeadNodes()