Lines Matching +defs:node +defs:path
96 Node* State::GetNode(StringPiece path, uint64_t slash_bits) { in GetNode()
97 Node* node = LookupNode(path); in GetNode() local
112 Node* State::SpellcheckNode(const string& path) { in SpellcheckNode()
129 void State::AddIn(Edge* edge, StringPiece path, uint64_t slash_bits) { in AddIn()
130 Node* node = GetNode(path, slash_bits); in AddIn() local
136 bool State::AddOut(Edge* edge, StringPiece path, uint64_t slash_bits) { in AddOut()
137 Node* node = GetNode(path, slash_bits); in AddOut() local
147 void State::AddValidation(Edge* edge, StringPiece path, uint64_t slash_bits) { in AddValidation()
148 Node* node = GetNode(path, slash_bits); in AddValidation() local
154 bool State::AddDefault(StringPiece path, string* err) { in AddDefault()
155 Node* node = LookupNode(path); in AddDefault() local
198 Node* node = i->second; in Dump() local