Searched refs:AddOut (Results 1 - 5 of 5) sorted by relevance
/third_party/ninja/src/ |
H A D | missing_deps_test.cc | 67 state_.AddOut(header_edge, "generated_header", 0);
in CreateInitialState() 69 state_.AddOut(compile_edge, "compiled_object", 0);
in CreateInitialState() 133 state_.AddOut(intermediate_edge, "intermediate", 0);
in TEST_F()
|
H A D | state_test.cc | 39 state.AddOut(edge, "out", 0); in TEST()
|
H A D | state.h | 112 bool AddOut(Edge* edge, StringPiece path, uint64_t slash_bits);
|
H A D | state.cc | 136 bool State::AddOut(Edge* edge, StringPiece path, uint64_t slash_bits) { in AddOut() function in State
|
H A D | manifest_parser.cc | 339 if (!state_->AddOut(edge, path, slash_bits)) { in ParseEdge()
|
Completed in 3 milliseconds