Searched refs:LookingAt (Results 1 – 6 of 6) sorted by relevance
110 inline bool Parser::LookingAt(const char* text) { in LookingAt() function in google::protobuf::compiler::Parser123 if (LookingAt(text)) { in TryConsume()210 } else if (LookingAt("inf")) { in ConsumeNumber()214 } else if (LookingAt("nan")) { in ConsumeNumber()281 } else if (LookingAt("}")) { in SkipStatement()316 if (require_syntax_identifier_ || LookingAt("syntax")) { in Parse()335 if (LookingAt("}")) { in Parse()370 } else if (LookingAt("message")) { in ParseTopLevelStatement()372 } else if (LookingAt("enum")) { in ParseTopLevelStatement()374 } else if (LookingAt("service")) { in ParseTopLevelStatement()[all …]
143 inline bool LookingAt(const char* text);
286 inline bool Tokenizer::LookingAt() { in LookingAt() function in google::protobuf::io::Tokenizer380 } else if (started_with_zero && LookingAt<Digit>()) { in ConsumeNumber()383 if (LookingAt<Digit>()) { in ConsumeNumber()413 if (LookingAt<Letter>()) { in ConsumeNumber()492 } else if (LookingAt<Unprintable>() || current_char_ == '\0') { in Next()
267 inline bool LookingAt();
221 while (!LookingAt(">") && !LookingAt("}")) { in ConsumeMessage()446 bool LookingAt(const string& text) { in LookingAt() function in google::protobuf::TextFormat::Parser::ParserImpl
37 # L Use LookingAt() rather than find()178 ".*def" L "abc\r def xyz" # Normal mode, LookingAt() stops at \r