Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/
Dtext_format.py1035 def ConsumeIdentifier(self): member in Tokenizer
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/
Dparser.cc176 bool Parser::ConsumeIdentifier(string* output, const char* error) { in ConsumeIdentifier() function in google::protobuf::compiler::Parser
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dtext_format.cc835 bool ConsumeIdentifier(string* identifier) { in ConsumeIdentifier() function in google::protobuf::TextFormat::Parser::ParserImpl