Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/
Dparser.cc312 bool Parser::ConsumeEndOfDeclaration( in ConsumeEndOfDeclaration() function in google::protobuf::compiler::Parser
588 DO(ConsumeEndOfDeclaration(";", &syntax_location)); in ParseSyntaxIdentifier()
702 DO(ConsumeEndOfDeclaration("{", &message_location)); in ParseMessageBlock()
960 DO(ConsumeEndOfDeclaration(";", &field_location)); in ParseMessageFieldNoLabel()
1420 DO(ConsumeEndOfDeclaration(";", &location)); in ParseOption()
1478 DO(ConsumeEndOfDeclaration(";", &extensions_location)); in ParseExtensions()
1506 DO(ConsumeEndOfDeclaration(";", &parent_location)); in ParseReservedNames()
1549 DO(ConsumeEndOfDeclaration(";", &parent_location)); in ParseReservedNumbers()
1568 DO(ConsumeEndOfDeclaration("{", &extend_location)); in ParseExtend()
1625 DO(ConsumeEndOfDeclaration("{", &oneof_location)); in ParseOneof()
[all …]
Dparser.h193 bool ConsumeEndOfDeclaration(