Home
last modified time | relevance | path

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

/third_party/ninja/src/
Dstate_test.cc35 state.AddIn(edge, "in1", 0); in TEST()
36 state.AddIn(edge, "in2", 0); in TEST()
Dstate.h101 void AddIn(Edge* edge, StringPiece path, uint64_t slash_bits);
Dstate.cc137 void State::AddIn(Edge* edge, StringPiece path, uint64_t slash_bits) { in AddIn() function in State
Dmanifest_parser.cc358 state_->AddIn(edge, path, slash_bits); in ParseEdge()