Searched defs:TryConsume (Results 1 – 4 of 4) sorted by relevance
/external/protobuf/src/google/protobuf/io/ | ||
D | tokenizer.cc | 322 inline bool Tokenizer::TryConsume(char c) { in TryConsume() function in google::protobuf::io::Tokenizer |
/external/protobuf/python/google/protobuf/ | ||
D | text_format.py | 827 def TryConsume(self, token): member in _Tokenizer |
/external/protobuf/src/google/protobuf/compiler/ | ||
D | parser.cc | 149 bool Parser::TryConsume(const char* text) { in TryConsume() function in google::protobuf::compiler::Parser |
/external/protobuf/src/google/protobuf/ | ||
D | text_format.cc | 1059 bool TryConsume(const string& value) { in TryConsume() function in google::protobuf::TextFormat::Parser::ParserImpl |