Home
last modified time | relevance | path

Searched refs:path_component (Results 1 – 2 of 2) sorted by relevance

/external/protobuf/src/google/protobuf/compiler/
Dparser.h228 void AddPath(int path_component);
Dparser.cc337 void Parser::LocationRecorder::AddPath(int path_component) { in AddPath() argument
338 location_->add_path(path_component); in AddPath()