Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/io/
Dtokenizer.cc330 inline bool Tokenizer::TryConsume(char c) { in TryConsume() function in google::protobuf::io::Tokenizer
/external/protobuf/python/google/protobuf/
Dtext_format.py1251 def TryConsume(self, token): member in Tokenizer
/external/protobuf/src/google/protobuf/compiler/
Dparser.cc205 bool Parser::TryConsume(const char* text) { in TryConsume() function in google::protobuf::compiler::Parser
/external/protobuf/src/google/protobuf/
Dtext_format.cc1166 bool TryConsume(const std::string& value) { in TryConsume() function in google::protobuf::TextFormat::Parser::ParserImpl