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

  /external/pcre/dist/
pcre_scanner.cc 127 bool Scanner::LookingAt(const RE& re) const {
  /external/protobuf/src/google/protobuf/io/
tokenizer.cc 286 inline bool Tokenizer::LookingAt() {
380 } else if (started_with_zero && LookingAt<Digit>()) {
383 if (LookingAt<Digit>()) {
413 if (LookingAt<Letter>()) {
492 } else if (LookingAt<Unprintable>() || current_char_ == '\0') {
  /external/chromium_org/third_party/protobuf/src/google/protobuf/io/
tokenizer.cc 304 inline bool Tokenizer::LookingAt() {
419 } else if (started_with_zero && LookingAt<Digit>()) {
422 if (LookingAt<Digit>()) {
452 if (LookingAt<Letter>()) {
573 if (LookingAt<Unprintable>() || current_char_ == '\0') {
    [all...]
  /external/protobuf/src/google/protobuf/compiler/
parser.cc 110 inline bool Parser::LookingAt(const char* text) {
123 if (LookingAt(text)) {
210 } else if (LookingAt("inf")) {
214 } else if (LookingAt("nan")) {
281 } else if (LookingAt("}")) {
316 if (require_syntax_identifier_ || LookingAt("syntax")) {
335 if (LookingAt("}")) {
370 } else if (LookingAt("message")) {
372 } else if (LookingAt("enum")) {
374 } else if (LookingAt("service"))
    [all...]
  /external/chromium_org/third_party/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)) {
386 } else if (LookingAt("}")) {
431 if (require_syntax_identifier_ || LookingAt("syntax")) {
450 if (LookingAt("}")) {
489 } else if (LookingAt("message")) {
493 } else if (LookingAt("enum"))
    [all...]
  /external/protobuf/src/google/protobuf/
text_format.cc 221 while (!LookingAt(">") && !LookingAt("}")) {
446 bool LookingAt(const string& text) {
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
text_format.cc 297 while (!LookingAt(">") && !LookingAt("}")) {
389 if (TryConsume(":") && !LookingAt("{") && !LookingAt("<")) {
467 if (TryConsume(":") && !LookingAt("{") && !LookingAt("<")) {
519 while (!LookingAt(">") && !LookingAt("}")) {
621 } else if (LookingAt("-") ||
708 bool LookingAt(const string& text)
    [all...]

Completed in 1998 milliseconds