Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/io/
Dtokenizer.cc317 inline bool Tokenizer::LookingAt() { in LookingAt() function in google::protobuf::io::Tokenizer
/third_party/protobuf/python/google/protobuf/
Dtext_format.py1264 def LookingAt(self, token): member in Tokenizer
/third_party/protobuf/src/google/protobuf/compiler/
Dparser.cc196 inline bool Parser::LookingAt(const char* text) { in LookingAt() function in google::protobuf::compiler::Parser
/third_party/protobuf/src/google/protobuf/
Dtext_format.cc904 bool LookingAt(const std::string& text) { in LookingAt() function in google::protobuf::TextFormat::Parser::ParserImpl