Searched refs:outputs_ready (Results 1 – 4 of 4) sorted by relevance
810 EXPECT_TRUE(GetNode("dd")->in_edge()->outputs_ready()); in TEST_F()834 EXPECT_FALSE(GetNode("dd")->in_edge()->outputs_ready()); in TEST_F()838 EXPECT_FALSE(GetNode("out")->in_edge()->outputs_ready()); in TEST_F()860 EXPECT_FALSE(GetNode("dd")->in_edge()->outputs_ready()); in TEST_F()862 EXPECT_FALSE(GetNode("out")->in_edge()->outputs_ready()); in TEST_F()888 EXPECT_FALSE(GetNode("dd1")->in_edge()->outputs_ready()); in TEST_F()890 EXPECT_FALSE(GetNode("dd2")->in_edge()->outputs_ready()); in TEST_F()892 EXPECT_FALSE(GetNode("out")->in_edge()->outputs_ready()); in TEST_F()
109 if (edge->outputs_ready()) in AddSubTarget()323 if (edge->outputs_ready()) in DyndepsLoaded()396 if (!in_edge->outputs_ready() && in RefreshDyndepDependents()409 assert(edge && !edge->outputs_ready()); in RefreshDyndepDependents()574 if (!in_edge || !in_edge->outputs_ready()) { in AddTarget()585 if (!validation_in_edge->outputs_ready() && in AddTarget()
218 bool outputs_ready() const { return outputs_ready_; } in outputs_ready() function
133 edge->dyndep_->in_edge()->outputs_ready()) { in RecomputeNodeDirty()377 if ((*i)->in_edge() && !(*i)->in_edge()->outputs_ready()) in AllInputsReady()