Home
last modified time | relevance | path

Searched defs:LookingAt (Results 1 – 4 of 4) sorted by relevance

/external/protobuf/src/google/protobuf/io/
Dtokenizer.cc316 inline bool Tokenizer::LookingAt() { in LookingAt() function in google::protobuf::io::Tokenizer
/external/protobuf/python/google/protobuf/
Dtext_format.py1219 def LookingAt(self, token): member in Tokenizer
/external/protobuf/src/google/protobuf/compiler/
Dparser.cc195 inline bool Parser::LookingAt(const char* text) { in LookingAt() function in google::protobuf::compiler::Parser
/external/protobuf/src/google/protobuf/
Dtext_format.cc905 bool LookingAt(const std::string& text) { in LookingAt() function in google::protobuf::TextFormat::Parser::ParserImpl