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.cc651 const LocationRecorder& message_location, in ParseMessageDefinition() argument
655 LocationRecorder location(message_location, in ParseMessageDefinition()
661 DO(ParseMessageBlock(message, message_location, containing_file)); in ParseMessageDefinition()
700 const LocationRecorder& message_location, in ParseMessageBlock() argument
702 DO(ConsumeEndOfDeclaration("{", &message_location)); in ParseMessageBlock()
710 if (!ParseMessageStatement(message, message_location, containing_file)) { in ParseMessageBlock()
724 const LocationRecorder& message_location, in ParseMessageStatement() argument
730 LocationRecorder location(message_location, in ParseMessageStatement()
736 LocationRecorder location(message_location, in ParseMessageStatement()
742 LocationRecorder location(message_location, in ParseMessageStatement()
[all …]
Dparser.h296 const LocationRecorder& message_location,
317 const LocationRecorder& message_location,
329 const LocationRecorder& message_location,
369 const LocationRecorder& message_location);