Searched refs:AddOut (Results 1 – 4 of 4) sorted by relevance
37 state.AddOut(edge, "out", 0); in TEST()
102 bool AddOut(Edge* edge, StringPiece path, uint64_t slash_bits);
143 bool State::AddOut(Edge* edge, StringPiece path, uint64_t slash_bits) { in AddOut() function in State
325 if (!state_->AddOut(edge, path, slash_bits)) { in ParseEdge()