/external/protobuf/src/google/protobuf/compiler/ |
parser.h | 217 bool ParseEnumDefinition(EnumDescriptorProto* enum_type); 227 bool ParseEnumBlock(EnumDescriptorProto* enum_type); 233 bool ParseEnumStatement(EnumDescriptorProto* message);
|
parser.cc | 834 bool Parser::ParseEnumDefinition(EnumDescriptorProto* enum_type) { 842 bool Parser::ParseEnumBlock(EnumDescriptorProto* enum_type) { 861 bool Parser::ParseEnumStatement(EnumDescriptorProto* enum_type) { [all...] |
/external/protobuf/src/google/protobuf/ |
descriptor.pb.h | 41 class EnumDescriptorProto; 348 // repeated .google.protobuf.EnumDescriptorProto enum_type = 5; 352 inline const ::google::protobuf::EnumDescriptorProto& enum_type(int index) const; 353 inline ::google::protobuf::EnumDescriptorProto* mutable_enum_type(int index); 354 inline ::google::protobuf::EnumDescriptorProto* add_enum_type(); 355 inline const ::google::protobuf::RepeatedPtrField< ::google::protobuf::EnumDescriptorProto >& 357 inline ::google::protobuf::RepeatedPtrField< ::google::protobuf::EnumDescriptorProto >* 402 ::google::protobuf::RepeatedPtrField< ::google::protobuf::EnumDescriptorProto > enum_type_; 627 // repeated .google.protobuf.EnumDescriptorProto enum_type = 4; 631 inline const ::google::protobuf::EnumDescriptorProto& enum_type(int index) const [all...] |
descriptor.pb.cc | 186 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(EnumDescriptorProto, name_), 187 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(EnumDescriptorProto, value_), 188 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(EnumDescriptorProto, options_), 193 EnumDescriptorProto::default_instance_, 195 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(EnumDescriptorProto, _has_bits_[0]), 196 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(EnumDescriptorProto, _unknown_fields_), 200 sizeof(EnumDescriptorProto)); 432 EnumDescriptorProto_descriptor_, &EnumDescriptorProto::default_instance()); 472 delete EnumDescriptorProto::default_instance_; 514 "gle.protobuf.EnumDescriptorProto\0228\n\007serv [all...] |
descriptor.h | 79 class EnumDescriptorProto; 581 void CopyTo(EnumDescriptorProto* proto) const; [all...] |
descriptor_unittest.cc | 72 EnumDescriptorProto* AddEnum(FileDescriptorProto* file, const string& name) { 73 EnumDescriptorProto* result = file->add_enum_type(); 78 EnumDescriptorProto* AddNestedEnum(DescriptorProto* parent, 80 EnumDescriptorProto* result = parent->add_enum_type(); 140 EnumValueDescriptorProto* AddEnumValue(EnumDescriptorProto* enum_proto, [all...] |
descriptor.cc | [all...] |
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/ |
parser.h | 288 bool ParseEnumDefinition(EnumDescriptorProto* enum_type, 306 bool ParseEnumBlock(EnumDescriptorProto* enum_type, 315 bool ParseEnumStatement(EnumDescriptorProto* message,
|
parser.cc | [all...] |
parser_unittest.cc | [all...] |
/external/chromium_org/third_party/protobuf/src/google/protobuf/ |
descriptor.pb.h | 43 class EnumDescriptorProto; 371 // repeated .google.protobuf.EnumDescriptorProto enum_type = 5; 375 inline const ::google::protobuf::EnumDescriptorProto& enum_type(int index) const; 376 inline ::google::protobuf::EnumDescriptorProto* mutable_enum_type(int index); 377 inline ::google::protobuf::EnumDescriptorProto* add_enum_type(); 378 inline const ::google::protobuf::RepeatedPtrField< ::google::protobuf::EnumDescriptorProto >& 380 inline ::google::protobuf::RepeatedPtrField< ::google::protobuf::EnumDescriptorProto >* 444 ::google::protobuf::RepeatedPtrField< ::google::protobuf::EnumDescriptorProto > enum_type_; 658 // repeated .google.protobuf.EnumDescriptorProto enum_type = 4; 662 inline const ::google::protobuf::EnumDescriptorProto& enum_type(int index) const [all...] |
descriptor.pb.cc | 201 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(EnumDescriptorProto, name_), 202 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(EnumDescriptorProto, value_), 203 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(EnumDescriptorProto, options_), 208 EnumDescriptorProto::default_instance_, 210 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(EnumDescriptorProto, _has_bits_[0]), 211 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(EnumDescriptorProto, _unknown_fields_), 215 sizeof(EnumDescriptorProto)); 487 EnumDescriptorProto_descriptor_, &EnumDescriptorProto::default_instance()); 531 delete EnumDescriptorProto::default_instance_; [all...] |
descriptor.h | 83 class EnumDescriptorProto; 628 void CopyTo(EnumDescriptorProto* proto) const; [all...] |
descriptor_unittest.cc | 74 EnumDescriptorProto* AddEnum(FileDescriptorProto* file, const string& name) { 75 EnumDescriptorProto* result = file->add_enum_type(); 80 EnumDescriptorProto* AddNestedEnum(DescriptorProto* parent, 82 EnumDescriptorProto* result = parent->add_enum_type(); 142 EnumValueDescriptorProto* AddEnumValue(EnumDescriptorProto* enum_proto, [all...] |
descriptor.cc | [all...] |
/external/protobuf/python/google/protobuf/internal/ |
descriptor_test.py | 214 descriptor_pb2.EnumDescriptorProto,
|
/external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/ |
Descriptors.java | [all...] |
/external/protobuf/java/src/main/java/com/google/protobuf/ |
Descriptors.java | [all...] |
/external/chromium_org/third_party/protobuf/java/src/test/java/com/google/protobuf/ |
DescriptorsTest.java | 34 import com.google.protobuf.DescriptorProtos.EnumDescriptorProto; 606 .addEnumType(EnumDescriptorProto.newBuilder()
|
/external/chromium_org/third_party/protobuf/python/google/protobuf/internal/ |
descriptor_test.py | 475 descriptor_pb2.EnumDescriptorProto,
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/python/ |
python_generator.cc | 411 EnumDescriptorProto edp; [all...] |
/external/protobuf/src/google/protobuf/compiler/python/ |
python_generator.cc | 381 EnumDescriptorProto edp; [all...] |