LookingAt         123 third_party/protobuf/src/google/protobuf/compiler/parser.cc   if (LookingAt(text)) {
LookingAt         224 third_party/protobuf/src/google/protobuf/compiler/parser.cc   } else if (LookingAt("inf")) {
LookingAt         228 third_party/protobuf/src/google/protobuf/compiler/parser.cc   } else if (LookingAt("nan")) {
LookingAt         256 third_party/protobuf/src/google/protobuf/compiler/parser.cc   if (LookingAt(text)) {
LookingAt         386 third_party/protobuf/src/google/protobuf/compiler/parser.cc       } else if (LookingAt("}")) {
LookingAt         431 third_party/protobuf/src/google/protobuf/compiler/parser.cc     if (require_syntax_identifier_ || LookingAt("syntax")) {
LookingAt         450 third_party/protobuf/src/google/protobuf/compiler/parser.cc         if (LookingAt("}")) {
LookingAt         489 third_party/protobuf/src/google/protobuf/compiler/parser.cc   } else if (LookingAt("message")) {
LookingAt         493 third_party/protobuf/src/google/protobuf/compiler/parser.cc   } else if (LookingAt("enum")) {
LookingAt         497 third_party/protobuf/src/google/protobuf/compiler/parser.cc   } else if (LookingAt("service")) {
LookingAt         501 third_party/protobuf/src/google/protobuf/compiler/parser.cc   } else if (LookingAt("extend")) {
LookingAt         509 third_party/protobuf/src/google/protobuf/compiler/parser.cc   } else if (LookingAt("import")) {
LookingAt         514 third_party/protobuf/src/google/protobuf/compiler/parser.cc   } else if (LookingAt("package")) {
LookingAt         516 third_party/protobuf/src/google/protobuf/compiler/parser.cc   } else if (LookingAt("option")) {
LookingAt         605 third_party/protobuf/src/google/protobuf/compiler/parser.cc   } else if (LookingAt("message")) {
LookingAt         610 third_party/protobuf/src/google/protobuf/compiler/parser.cc   } else if (LookingAt("enum")) {
LookingAt         615 third_party/protobuf/src/google/protobuf/compiler/parser.cc   } else if (LookingAt("extensions")) {
LookingAt         619 third_party/protobuf/src/google/protobuf/compiler/parser.cc   } else if (LookingAt("extend")) {
LookingAt         627 third_party/protobuf/src/google/protobuf/compiler/parser.cc   } else if (LookingAt("option")) {
LookingAt         738 third_party/protobuf/src/google/protobuf/compiler/parser.cc     if (LookingAt("{")) {
LookingAt         753 third_party/protobuf/src/google/protobuf/compiler/parser.cc   if (!LookingAt("[")) return true;
LookingAt         762 third_party/protobuf/src/google/protobuf/compiler/parser.cc     if (LookingAt("default")) {
LookingAt         899 third_party/protobuf/src/google/protobuf/compiler/parser.cc   if (LookingAt("(")) {  // This is an extension.
LookingAt         911 third_party/protobuf/src/google/protobuf/compiler/parser.cc       while (LookingAt(".")) {
LookingAt         938 third_party/protobuf/src/google/protobuf/compiler/parser.cc     if (LookingAt("{")) {
LookingAt         940 third_party/protobuf/src/google/protobuf/compiler/parser.cc     } else if (LookingAt("}")) {
LookingAt         994 third_party/protobuf/src/google/protobuf/compiler/parser.cc     while (LookingAt(".")) {
LookingAt        1074 third_party/protobuf/src/google/protobuf/compiler/parser.cc         if (LookingAt("{")) {
LookingAt        1249 third_party/protobuf/src/google/protobuf/compiler/parser.cc   } else if (LookingAt("option")) {
LookingAt        1297 third_party/protobuf/src/google/protobuf/compiler/parser.cc   if (!LookingAt("[")) return true;
LookingAt        1356 third_party/protobuf/src/google/protobuf/compiler/parser.cc   } else if (LookingAt("option")) {
LookingAt        1402 third_party/protobuf/src/google/protobuf/compiler/parser.cc   if (LookingAt("{")) {
LookingAt        1549 third_party/protobuf/src/google/protobuf/compiler/parser.cc   if (LookingAt("public")) {
LookingAt        1555 third_party/protobuf/src/google/protobuf/compiler/parser.cc   } else if (LookingAt("weak")) {
LookingAt         148 third_party/protobuf/src/google/protobuf/compiler/parser.h   inline bool LookingAt(const char* text);
LookingAt         419 third_party/protobuf/src/google/protobuf/io/tokenizer.cc   } else if (started_with_zero && LookingAt<Digit>()) {
LookingAt         422 third_party/protobuf/src/google/protobuf/io/tokenizer.cc     if (LookingAt<Digit>()) {
LookingAt         452 third_party/protobuf/src/google/protobuf/io/tokenizer.cc   if (LookingAt<Letter>()) {
LookingAt         573 third_party/protobuf/src/google/protobuf/io/tokenizer.cc     if (LookingAt<Unprintable>() || current_char_ == '\0') {
LookingAt         344 third_party/protobuf/src/google/protobuf/io/tokenizer.h   inline bool LookingAt();
LookingAt         297 third_party/protobuf/src/google/protobuf/text_format.cc     while (!LookingAt(">") &&  !LookingAt("}")) {
LookingAt         389 third_party/protobuf/src/google/protobuf/text_format.cc       if (TryConsume(":") && !LookingAt("{") && !LookingAt("<")) {
LookingAt         467 third_party/protobuf/src/google/protobuf/text_format.cc     if (TryConsume(":") && !LookingAt("{") && !LookingAt("<")) {
LookingAt         519 third_party/protobuf/src/google/protobuf/text_format.cc     while (!LookingAt(">") &&  !LookingAt("}")) {
LookingAt         621 third_party/protobuf/src/google/protobuf/text_format.cc         } else if (LookingAt("-") ||