Searched refs:ConsumeEndOfDeclaration (Results 1 – 2 of 2) sorted by relevance
/external/protobuf/src/google/protobuf/compiler/ |
D | parser.cc | 368 bool Parser::ConsumeEndOfDeclaration(const char* text, in ConsumeEndOfDeclaration() function in google::protobuf::compiler::Parser 689 DO(ConsumeEndOfDeclaration(";", &syntax_location)); in ParseSyntaxIdentifier() 822 DO(ConsumeEndOfDeclaration("{", &message_location)); in ParseMessageBlock() 1087 DO(ConsumeEndOfDeclaration(";", &field_location)); in ParseMessageFieldNoLabel() 1551 DO(ConsumeEndOfDeclaration(";", &location)); in ParseOption() 1655 DO(ConsumeEndOfDeclaration(";", &extensions_location)); in ParseExtensions() 1685 DO(ConsumeEndOfDeclaration(";", &parent_location)); in ParseReservedNames() 1734 DO(ConsumeEndOfDeclaration(";", &parent_location)); in ParseReservedNumbers() 1762 DO(ConsumeEndOfDeclaration(";", &parent_location)); in ParseReservedNames() 1808 DO(ConsumeEndOfDeclaration(";", &parent_location)); in ParseReservedNumbers() [all …]
|
D | parser.h | 196 bool ConsumeEndOfDeclaration(const char* text,
|