Home
last modified time | relevance | path

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

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