Home
last modified time | relevance | path

Searched defs:ConsumeIdentifier (Results 1 – 3 of 3) sorted by relevance

/third_party/protobuf/python/google/protobuf/
Dtext_format.py1352 def ConsumeIdentifier(self): member in Tokenizer
/third_party/protobuf/src/google/protobuf/compiler/
Dparser.cc233 bool Parser::ConsumeIdentifier(std::string* output, const char* error) { in ConsumeIdentifier() function in google::protobuf::compiler::Parser
/third_party/protobuf/src/google/protobuf/
Dtext_format.cc915 bool ConsumeIdentifier(std::string* identifier) { in ConsumeIdentifier() function in google::protobuf::TextFormat::Parser::ParserImpl