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

  /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...]
parser.h 143 inline bool LookingAt(const char* text);
  /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') {
tokenizer.h 267 inline bool LookingAt();
  /external/protobuf/src/google/protobuf/
text_format.cc 221 while (!LookingAt(">") && !LookingAt("}")) {
446 bool LookingAt(const string& text) {
    [all...]

Completed in 240 milliseconds