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.h231 void AddPath(int path_component);
Dparser.cc376 void Parser::LocationRecorder::AddPath(int path_component) { in AddPath() argument
377 location_->add_path(path_component); in AddPath()