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

  /external/protobuf/src/google/protobuf/compiler/
parser.cc 110 inline bool Parser::LookingAt(const char* text) {
123 if (LookingAt(text)) {
224 } else if (LookingAt("inf")) {
228 } else if (LookingAt("nan")) {
256 if (LookingAt(text)) {
391 } else if (LookingAt("}")) {
436 if (require_syntax_identifier_ || LookingAt("syntax")) {
455 if (LookingAt("}")) {
494 } else if (LookingAt("message")) {
498 } else if (LookingAt("enum"))
    [all...]
parser.h 147 inline bool LookingAt(const char* text);
458 // REQUIRES: LookingAt("{")
  /external/pcre/dist/
pcre_scanner.h 74 bool LookingAt(const RE& re) const;
pcre_scanner.cc 127 bool Scanner::LookingAt(const RE& re) const {
  /external/protobuf/src/google/protobuf/io/
tokenizer.h 362 inline bool LookingAt();
tokenizer.cc 307 inline bool Tokenizer::LookingAt() {
429 } else if (started_with_zero && LookingAt<Digit>()) {
432 if (LookingAt<Digit>()) {
462 if (LookingAt<Letter>() && require_space_after_number_) {
583 if (LookingAt<Unprintable>() || current_char_ == '\0') {
    [all...]
  /external/protobuf/src/google/protobuf/
text_format.cc 326 while (!LookingAt(">") && !LookingAt("}")) {
434 if (TryConsume(":") && !LookingAt("{") && !LookingAt("<")) {
532 if (TryConsume(":") && !LookingAt("{") && !LookingAt("<")) {
584 while (!LookingAt(">") && !LookingAt("}")) {
686 } else if (LookingAt("-") ||
779 bool LookingAt(const string& text)
    [all...]

Completed in 771 milliseconds