Searched defs:LookingAt (Results 1 – 4 of 4) sorted by relevance
/external/protobuf/src/google/protobuf/io/ | ||
D | tokenizer.cc | 316 inline bool Tokenizer::LookingAt() { in LookingAt() function in google::protobuf::io::Tokenizer |
/external/protobuf/python/google/protobuf/ | ||
D | text_format.py | 1219 def LookingAt(self, token): member in Tokenizer |
/external/protobuf/src/google/protobuf/compiler/ | ||
D | parser.cc | 195 inline bool Parser::LookingAt(const char* text) { in LookingAt() function in google::protobuf::compiler::Parser |
/external/protobuf/src/google/protobuf/ | ||
D | text_format.cc | 905 bool LookingAt(const std::string& text) { in LookingAt() function in google::protobuf::TextFormat::Parser::ParserImpl |