Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/
Dparser.cc752 DescriptorProto* message, const LocationRecorder& message_location, in ParseMessageDefinition() argument
756 LocationRecorder location(message_location, in ParseMessageDefinition()
768 DO(ParseMessageBlock(message, message_location, containing_file)); in ParseMessageDefinition()
820 const LocationRecorder& message_location, in ParseMessageBlock() argument
822 DO(ConsumeEndOfDeclaration("{", &message_location)); in ParseMessageBlock()
830 if (!ParseMessageStatement(message, message_location, containing_file)) { in ParseMessageBlock()
847 const LocationRecorder& message_location, in ParseMessageStatement() argument
853 LocationRecorder location(message_location, in ParseMessageStatement()
859 LocationRecorder location(message_location, in ParseMessageStatement()
865 LocationRecorder location(message_location, in ParseMessageStatement()
[all …]
Dparser.h314 const LocationRecorder& message_location,
335 const LocationRecorder& message_location,
347 const LocationRecorder& message_location,
387 const LocationRecorder& message_location);
393 const LocationRecorder& message_location);