OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TryConsumeEndOfDeclaration
(Results
1 - 2
of
2
) 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
Completed in 199 milliseconds