Searched defs:ConsumeIdentifier (Results 1 – 3 of 3) sorted by relevance
/external/protobuf/python/google/protobuf/ | ||
D | text_format.py | 1307 def ConsumeIdentifier(self): member in Tokenizer |
/external/protobuf/src/google/protobuf/compiler/ | ||
D | parser.cc | 232 bool Parser::ConsumeIdentifier(std::string* output, const char* error) { in ConsumeIdentifier() function in google::protobuf::compiler::Parser |
/external/protobuf/src/google/protobuf/ | ||
D | text_format.cc | 916 bool ConsumeIdentifier(std::string* identifier) { in ConsumeIdentifier() function in google::protobuf::TextFormat::Parser::ParserImpl |