Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/io/
Dtokenizer.cc322 inline bool Tokenizer::TryConsume(char c) { in TryConsume() function in google::protobuf::io::Tokenizer
/external/protobuf/python/google/protobuf/
Dtext_format.py827 def TryConsume(self, token): member in _Tokenizer
/external/protobuf/src/google/protobuf/compiler/
Dparser.cc149 bool Parser::TryConsume(const char* text) { in TryConsume() function in google::protobuf::compiler::Parser
/external/protobuf/src/google/protobuf/
Dtext_format.cc1059 bool TryConsume(const string& value) { in TryConsume() function in google::protobuf::TextFormat::Parser::ParserImpl