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