Searched refs:AddIn (Results 1 - 5 of 5) sorted by relevance
/third_party/ninja/src/ |
H A D | state_test.cc | 37 state.AddIn(edge, "in1", 0); in TEST() 38 state.AddIn(edge, "in2", 0); in TEST()
|
H A D | state.h | 111 void AddIn(Edge* edge, StringPiece path, uint64_t slash_bits);
|
H A D | missing_deps_test.cc | 75 state_.AddIn(from_edge, to, 0);
in CreateGraphDependencyBetween()
|
H A D | state.cc | 129 void State::AddIn(Edge* edge, StringPiece path, uint64_t slash_bits) { in AddIn() function in State
|
H A D | manifest_parser.cc | 372 state_->AddIn(edge, path, slash_bits); in ParseEdge()
|
Completed in 3 milliseconds