Home
last modified time | relevance | path

Searched refs:AddOut (Results 1 - 5 of 5) sorted by relevance

/third_party/ninja/src/
H A Dmissing_deps_test.cc67 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 Dstate_test.cc39 state.AddOut(edge, "out", 0); in TEST()
H A Dstate.h112 bool AddOut(Edge* edge, StringPiece path, uint64_t slash_bits);
H A Dstate.cc136 bool State::AddOut(Edge* edge, StringPiece path, uint64_t slash_bits) { in AddOut() function in State
H A Dmanifest_parser.cc339 if (!state_->AddOut(edge, path, slash_bits)) { in ParseEdge()

Completed in 3 milliseconds