Searched defs:TryConsume (Results 1 – 5 of 5) sorted by relevance
/external/nanopb-c/generator/google/protobuf/ | ||
D | text_format.py | 354 def TryConsume(self, token): member in _Tokenizer |
/external/protobuf/src/google/protobuf/io/ | ||
D | tokenizer.cc | 321 inline bool Tokenizer::TryConsume(char c) { in TryConsume() function in google::protobuf::io::Tokenizer |
/external/protobuf/python/google/protobuf/ | ||
D | text_format.py | 520 def TryConsume(self, token): member in _Tokenizer |
/external/protobuf/src/google/protobuf/compiler/ | ||
D | parser.cc | 122 bool Parser::TryConsume(const char* text) { in TryConsume() function in google::protobuf::compiler::Parser |
/external/protobuf/src/google/protobuf/ | ||
D | text_format.cc | 968 bool TryConsume(const string& value) { in TryConsume() function in google::protobuf::TextFormat::Parser::ParserImpl |