HomeSort by relevance Sort by last modified time
    Searched refs:ConsumeIdentifier (Results 1 - 11 of 11) sorted by null

  /external/protobuf/python/google/protobuf/internal/
text_format_test.py     [all...]
  /external/protobuf/src/google/protobuf/compiler/
parser.cc 176 bool Parser::ConsumeIdentifier(string* output, const char* error) {
659 DO(ConsumeIdentifier(message->mutable_name(), "Expected message name."));
895 DO(ConsumeIdentifier(field->mutable_name(), "Expected field name."));
    [all...]
parser.h 165 bool ConsumeIdentifier(string* output, const char* error);
  /external/protobuf/python/google/protobuf/
text_format.py 474 name = [tokenizer.ConsumeIdentifier()]
476 name.append(tokenizer.ConsumeIdentifier())
500 name = tokenizer.ConsumeIdentifier()
705 tokenizer.ConsumeIdentifier()
707 tokenizer.ConsumeIdentifier()
710 tokenizer.ConsumeIdentifier()
855 self.ConsumeIdentifier()
860 def ConsumeIdentifier(self):
    [all...]
  /external/nanopb-c/generator/google/protobuf/
text_format.py 173 name = [tokenizer.ConsumeIdentifier()]
175 name.append(tokenizer.ConsumeIdentifier())
192 name = tokenizer.ConsumeIdentifier()
380 def ConsumeIdentifier(self):
  /external/protobuf/src/google/protobuf/
text_format.cc 422 DO(ConsumeIdentifier(&field_name));
562 DO(ConsumeIdentifier(&field_name));
690 DO(ConsumeIdentifier(&value));
710 DO(ConsumeIdentifier(&value));
818 bool ConsumeIdentifier(string* identifier) {
840 DO(ConsumeIdentifier(name));
843 DO(ConsumeIdentifier(&part));
    [all...]
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/compiler/
parser.h 166 bool ConsumeIdentifier(string* output, const char* error);
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/compiler/
parser.h 166 bool ConsumeIdentifier(string* output, const char* error);
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/compiler/
parser.h 166 bool ConsumeIdentifier(string* output, const char* error);
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/compiler/
parser.h 166 bool ConsumeIdentifier(string* output, const char* error);
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/compiler/
parser.h 165 bool ConsumeIdentifier(string* output, const char* error);

Completed in 421 milliseconds