Searched defs:ConsumeIdentifier (Results 1 – 4 of 4) sorted by relevance
| /external/nanopb-c/generator/google/protobuf/ | ||
| D | text_format.py | 380 def ConsumeIdentifier(self): member in _Tokenizer |
| /external/protobuf/python/google/protobuf/ | ||
| D | text_format.py | 546 def ConsumeIdentifier(self): member in _Tokenizer |
| /external/protobuf/src/google/protobuf/compiler/ | ||
| D | parser.cc | 149 bool Parser::ConsumeIdentifier(string* output, const char* error) { in ConsumeIdentifier() function in google::protobuf::compiler::Parser |
| /external/protobuf/src/google/protobuf/ | ||
| D | text_format.cc | 790 bool ConsumeIdentifier(string* identifier) { in ConsumeIdentifier() function in google::protobuf::TextFormat::Parser::ParserImpl |