Searched refs:root_location (Results 1 – 2 of 2) sorted by relevance
/external/protobuf/src/google/protobuf/compiler/ |
D | parser.cc | 634 LocationRecorder root_location(this); in Parse() local 635 root_location.RecordLegacyLocation(file, in Parse() 639 if (!ParseSyntaxIdentifier(root_location)) { in Parse() 658 if (!ParseTopLevelStatement(file, root_location)) { in Parse() 706 const LocationRecorder& root_location) { in ParseTopLevelStatement() argument 711 LocationRecorder location(root_location, in ParseTopLevelStatement() 716 LocationRecorder location(root_location, in ParseTopLevelStatement() 721 LocationRecorder location(root_location, in ParseTopLevelStatement() 726 LocationRecorder location(root_location, in ParseTopLevelStatement() 729 file->mutable_extension(), file->mutable_message_type(), root_location, in ParseTopLevelStatement() [all …]
|
D | parser.h | 310 const LocationRecorder& root_location); 323 const LocationRecorder& root_location, 328 const LocationRecorder& root_location,
|