Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/
Dparser.cc281 bool Parser::TryConsumeEndOfDeclaration( in TryConsumeEndOfDeclaration() function in google::protobuf::compiler::Parser
314 if (TryConsumeEndOfDeclaration(text, location)) { in ConsumeEndOfDeclaration()
431 if (TryConsumeEndOfDeclaration(";", NULL)) { in SkipStatement()
449 if (TryConsumeEndOfDeclaration("}", NULL)) { in SkipRestOfBlock()
605 if (TryConsumeEndOfDeclaration(";", NULL)) { in ParseTopLevelStatement()
704 while (!TryConsumeEndOfDeclaration("}", NULL)) { in ParseMessageBlock()
726 if (TryConsumeEndOfDeclaration(";", NULL)) { in ParseMessageStatement()
1606 } while (!TryConsumeEndOfDeclaration("}", NULL)); in ParseExtend()
1663 } while (!TryConsumeEndOfDeclaration("}", NULL)); in ParseOneof()
1696 while (!TryConsumeEndOfDeclaration("}", NULL)) { in ParseEnumBlock()
[all …]
Dparser.h188 bool TryConsumeEndOfDeclaration(