HomeSort by relevance Sort by last modified time
    Searched refs:TryConsumeEndOfDeclaration (Results 1 - 7 of 7) sorted by null

  /external/protobuf/src/google/protobuf/compiler/
parser.cc 281 bool Parser::TryConsumeEndOfDeclaration(
314 if (TryConsumeEndOfDeclaration(text, location)) {
431 if (TryConsumeEndOfDeclaration(";", NULL)) {
449 if (TryConsumeEndOfDeclaration("}", NULL)) {
605 if (TryConsumeEndOfDeclaration(";", NULL)) {
704 while (!TryConsumeEndOfDeclaration("}", NULL)) {
726 if (TryConsumeEndOfDeclaration(";", NULL)) {
    [all...]
parser.h 188 bool TryConsumeEndOfDeclaration(
257 // TODO(kenton): See comment on TryConsumeEndOfDeclaration(), above, for
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/compiler/
parser.h 189 bool TryConsumeEndOfDeclaration(const char* text,
252 // TODO(kenton): See comment on TryConsumeEndOfDeclaration(), above, for
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/compiler/
parser.h 189 bool TryConsumeEndOfDeclaration(const char* text,
252 // TODO(kenton): See comment on TryConsumeEndOfDeclaration(), above, for
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/compiler/
parser.h 189 bool TryConsumeEndOfDeclaration(const char* text,
252 // TODO(kenton): See comment on TryConsumeEndOfDeclaration(), above, for
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/compiler/
parser.h 189 bool TryConsumeEndOfDeclaration(const char* text,
252 // TODO(kenton): See comment on TryConsumeEndOfDeclaration(), above, for
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/compiler/
parser.h 188 bool TryConsumeEndOfDeclaration(
257 // TODO(kenton): See comment on TryConsumeEndOfDeclaration(), above, for

Completed in 163 milliseconds