Searched refs:outputs_ready (Results 1 – 4 of 4) sorted by relevance
744 EXPECT_TRUE(GetNode("dd")->in_edge()->outputs_ready()); in TEST_F()768 EXPECT_FALSE(GetNode("dd")->in_edge()->outputs_ready()); in TEST_F()772 EXPECT_FALSE(GetNode("out")->in_edge()->outputs_ready()); in TEST_F()794 EXPECT_FALSE(GetNode("dd")->in_edge()->outputs_ready()); in TEST_F()796 EXPECT_FALSE(GetNode("out")->in_edge()->outputs_ready()); in TEST_F()822 EXPECT_FALSE(GetNode("dd1")->in_edge()->outputs_ready()); in TEST_F()824 EXPECT_FALSE(GetNode("dd2")->in_edge()->outputs_ready()); in TEST_F()826 EXPECT_FALSE(GetNode("out")->in_edge()->outputs_ready()); in TEST_F()
340 if (edge->outputs_ready()) in AddSubTarget()554 if (edge->outputs_ready()) in DyndepsLoaded()627 assert(edge && !edge->outputs_ready()); in RefreshDyndepDependents()791 if (in_edge->outputs_ready()) in AddTarget()
187 bool outputs_ready() const { return outputs_ready_; } in outputs_ready() function
89 edge->dyndep_->in_edge()->outputs_ready()) { in RecomputeDirty()317 if ((*i)->in_edge() && !(*i)->in_edge()->outputs_ready()) in AllInputsReady()