Searched refs:LookingAt (Results 1 - 5 of 5) sorted by relevance

/external/protobuf/src/google/protobuf/compiler/
H A Dparser.cc110 inline bool Parser::LookingAt(const char* text) { function in class:google::protobuf::compiler::Parser
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("servic
[all...]
H A Dparser.h143 inline bool LookingAt(const char* text);
/external/protobuf/src/google/protobuf/io/
H A Dtokenizer.cc286 inline bool Tokenizer::LookingAt() { function in class:google::protobuf::io::Tokenizer
380 } else if (started_with_zero && LookingAt<Digit>()) {
383 if (LookingAt<Digit>()) {
413 if (LookingAt<Letter>()) {
492 } else if (LookingAt<Unprintable>() || current_char_ == '\0') {
H A Dtokenizer.h267 inline bool LookingAt();
/external/protobuf/src/google/protobuf/
H A Dtext_format.cc221 while (!LookingAt(">") && !LookingAt("}")) {
446 bool LookingAt(const string& text) { function in class:google::protobuf::TextFormat::Parser::ParserImpl

Completed in 94 milliseconds