Searched refs:parent_location (Results 1 – 2 of 2) sorted by relevance
/external/protobuf/src/google/protobuf/compiler/ |
D | parser.h | 366 const LocationRecorder& parent_location, 375 const LocationRecorder& parent_location, 389 const LocationRecorder& parent_location); 391 const LocationRecorder& parent_location); 395 const LocationRecorder& parent_location); 397 const LocationRecorder& parent_location); 403 const LocationRecorder& parent_location, 435 bool ParseMethodOptions(const LocationRecorder& parent_location,
|
D | parser.cc | 901 const LocationRecorder& parent_location, in ParseMessageField() argument 921 return ParseMessageFieldNoLabel(field, messages, parent_location, in ParseMessageField() 928 const LocationRecorder& parent_location, in ParseMessageFieldNoLabel() argument 1044 LocationRecorder group_location(parent_location); in ParseMessageFieldNoLabel() 1680 const LocationRecorder& parent_location) { in ParseReservedNames() argument 1682 LocationRecorder location(parent_location, message->reserved_name_size()); in ParseReservedNames() 1685 DO(ConsumeEndOfDeclaration(";", &parent_location)); in ParseReservedNames() 1690 const LocationRecorder& parent_location) { in ParseReservedNumbers() argument 1693 LocationRecorder location(parent_location, message->reserved_range_size()); in ParseReservedNumbers() 1734 DO(ConsumeEndOfDeclaration(";", &parent_location)); in ParseReservedNumbers() [all …]
|