Home
last modified time | relevance | path

Searched refs:AddOut (Results 1 – 4 of 4) sorted by relevance

/third_party/ninja/src/
Dstate_test.cc37 state.AddOut(edge, "out", 0); in TEST()
Dstate.h102 bool AddOut(Edge* edge, StringPiece path, uint64_t slash_bits);
Dstate.cc143 bool State::AddOut(Edge* edge, StringPiece path, uint64_t slash_bits) { in AddOut() function in State
Dmanifest_parser.cc325 if (!state_->AddOut(edge, path, slash_bits)) { in ParseEdge()