Searched refs:TryConsumeEndOfDeclaration (Results 1 – 2 of 2) sorted by relevance
281 bool Parser::TryConsumeEndOfDeclaration( in TryConsumeEndOfDeclaration() function in google::protobuf::compiler::Parser314 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 …]
188 bool TryConsumeEndOfDeclaration(