Searched refs:RootNodes (Results 1 – 6 of 6) sorted by relevance
48 std::vector<Node*> nodes = state_.RootNodes(&err); in ProcessAllNodes()159 std::vector<Node*> nodes = state_.RootNodes(&err); in TEST_F()
160 vector<Node*> State::RootNodes(string* err) const { in RootNodes() function in State179 return defaults_.empty() ? RootNodes(err) : defaults_; in DefaultNodes()
122 std::vector<Node*> RootNodes(std::string* error) const;
202 TEST_F(GraphTest, RootNodes) { in TEST_F() argument210 vector<Node*> root_nodes = state_.RootNodes(&err); in TEST_F()505 vector<Node*> root_nodes = state_.RootNodes(&err); in TEST_F()
621 vector<Node*> root_nodes = state_.RootNodes(&err); in ToolTargets()
1607 // RootNodes are the list of possible root nodes of the sub-dags to match.1616 list<SDNode> RootNodes = roots;