Searched refs:order_only_deps_ (Results 1 - 7 of 7) sorted by relevance
/third_party/ninja/src/ |
H A D | graph.h | 183 command_start_time_(0), implicit_deps_(0), order_only_deps_(0),
in Edge() 239 int order_only_deps_ = 0;
member 241 return index >= inputs_.size() - order_only_deps_ - implicit_deps_ &&
in is_implicit() 245 return index >= inputs_.size() - order_only_deps_;
in is_order_only()
|
H A D | graph_test.cc | 543 EXPECT_EQ(1u, edge->order_only_deps_); in TEST_F() 574 EXPECT_EQ(1u, edge->order_only_deps_); in TEST_F() 709 EXPECT_EQ(1u, edge1->order_only_deps_); in TEST_F() 725 EXPECT_EQ(1u, edge2->order_only_deps_); in TEST_F() 923 EXPECT_EQ(1u, edge->order_only_deps_); in TEST_F()
|
H A D | graph.cc | 403 edge_->order_only_deps_;
in LookupVariable() 763 edge->inputs_.insert(edge->inputs_.end() - edge->order_only_deps_,
in PreallocateSpace() 766 return edge->inputs_.end() - edge->order_only_deps_ - count;
in PreallocateSpace()
|
H A D | dyndep.cc | 109 edge->inputs_.insert(edge->inputs_.end() - edge->order_only_deps_, in UpdateEdge()
|
H A D | manifest_parser.cc | 375 edge->order_only_deps_ = order_only; in ParseEdge()
|
H A D | build.cc | 277 end = (*oe)->inputs_.end() - (*oe)->order_only_deps_;
in CleanNode()
|
H A D | build_test.cc | 1063 EXPECT_EQ(1, edge->order_only_deps_);
in TEST_F()
|
Completed in 11 milliseconds