Searched refs:EnumDescriptorProto (Results 1 - 24 of 24) sorted by relevance

/external/protobuf/src/google/protobuf/compiler/
H A Dparser.h217 bool ParseEnumDefinition(EnumDescriptorProto* enum_type);
227 bool ParseEnumBlock(EnumDescriptorProto* enum_type);
233 bool ParseEnumStatement(EnumDescriptorProto* message);
H A Dparser.cc834 bool Parser::ParseEnumDefinition(EnumDescriptorProto* enum_type) {
842 bool Parser::ParseEnumBlock(EnumDescriptorProto* enum_type) {
861 bool Parser::ParseEnumStatement(EnumDescriptorProto* enum_type) {
/external/protobuf/src/google/protobuf/
H A Ddescriptor.pb.h41 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
919 class LIBPROTOBUF_EXPORT EnumDescriptorProto : public ::google::protobuf::Message { class in namespace:google::protobuf
[all...]
H A Ddescriptor.pb.cc186 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\022
2800 EnumDescriptorProto::EnumDescriptorProto() function in class:google::protobuf::EnumDescriptorProto
2809 EnumDescriptorProto::EnumDescriptorProto(const EnumDescriptorProto& from) function in class:google::protobuf::EnumDescriptorProto
[all...]
H A Ddescriptor.h79 class EnumDescriptorProto;
581 void CopyTo(EnumDescriptorProto* proto) const;
H A Ddescriptor_unittest.cc72 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,
856 EnumDescriptorProto* enum_proto = AddEnum(&foo_file, "TestEnum");
865 EnumDescriptorProto* enum2_proto = AddEnum(&bar_file, "TestEnum2");
1177 EnumDescriptorProto* baz = AddNestedEnum(message, "Baz");
1179 EnumDescriptorProto* qux = AddNestedEnum(message, "Qux");
1189 EnumDescriptorProto* qux
[all...]
H A Ddescriptor.cc1435 void EnumDescriptor::CopyTo(EnumDescriptorProto* proto) const {
2010 void BuildEnum(const EnumDescriptorProto& proto,
2033 const EnumDescriptorProto& proto);
2162 const EnumDescriptorProto& proto);
3178 void DescriptorBuilder::BuildEnum(const EnumDescriptorProto& proto,
3555 EnumDescriptor* enum_type, const EnumDescriptorProto& proto) {
3713 const EnumDescriptorProto& proto) {
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
H A Dparser.h288 bool ParseEnumDefinition(EnumDescriptorProto* enum_type,
306 bool ParseEnumBlock(EnumDescriptorProto* enum_type,
315 bool ParseEnumStatement(EnumDescriptorProto* message,
H A Dparser.cc1208 bool Parser::ParseEnumDefinition(EnumDescriptorProto* enum_type,
1214 EnumDescriptorProto::kNameFieldNumber);
1224 bool Parser::ParseEnumBlock(EnumDescriptorProto* enum_type,
1244 bool Parser::ParseEnumStatement(EnumDescriptorProto* enum_type,
1251 EnumDescriptorProto::kOptionsFieldNumber);
1256 EnumDescriptorProto::kValueFieldNumber, enum_type->value_size());
H A Dparser_unittest.cc1978 const EnumDescriptorProto& bar = file_.message_type(0).enum_type(0);
1979 const EnumDescriptorProto& baz = file_.message_type(0).enum_type(1);
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.pb.h43 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
959 class LIBPROTOBUF_EXPORT EnumDescriptorProto : public ::google::protobuf::Message { class in namespace:google::protobuf
[all...]
H A Ddescriptor.pb.cc201 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_;
612 "\n\023EnumDescriptorProto\02
3023 EnumDescriptorProto::EnumDescriptorProto() function in class:google::protobuf::EnumDescriptorProto
3032 EnumDescriptorProto::EnumDescriptorProto(const EnumDescriptorProto& from) function in class:google::protobuf::EnumDescriptorProto
[all...]
H A Ddescriptor_unittest.cc74 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,
858 EnumDescriptorProto* enum_proto = AddEnum(&foo_file, "TestEnum");
867 EnumDescriptorProto* enum2_proto = AddEnum(&bar_file, "TestEnum2");
1179 EnumDescriptorProto* baz = AddNestedEnum(message, "Baz");
1181 EnumDescriptorProto* qux = AddNestedEnum(message, "Qux");
1191 EnumDescriptorProto* qux
[all...]
H A Ddescriptor.cc1579 void EnumDescriptor::CopyTo(EnumDescriptorProto* proto) const {
2088 output->push_back(EnumDescriptorProto::kValueFieldNumber);
2314 void BuildEnum(const EnumDescriptorProto& proto,
2337 const EnumDescriptorProto& proto);
2484 const EnumDescriptorProto& proto);
3572 void DescriptorBuilder::BuildEnum(const EnumDescriptorProto& proto,
3949 EnumDescriptor* enum_type, const EnumDescriptorProto& proto) {
4130 const EnumDescriptorProto& proto) {
H A Ddescriptor.h83 class EnumDescriptorProto;
628 void CopyTo(EnumDescriptorProto* proto) const;
/external/protobuf/python/google/protobuf/internal/
H A Ddescriptor_test.py214 descriptor_pb2.EnumDescriptorProto,
/external/protobuf/java/src/main/java/com/google/protobuf/
H A DDescriptors.java1149 public EnumDescriptorProto toProto() { return proto; }
1201 private EnumDescriptorProto proto;
1207 private EnumDescriptor(final EnumDescriptorProto proto,
1235 private void setProto(final EnumDescriptorProto proto) {
/external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
H A Ddescriptor_test.py475 descriptor_pb2.EnumDescriptorProto,
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/python/
H A Dpython_generator.cc411 EnumDescriptorProto edp;
/external/protobuf/src/google/protobuf/compiler/python/
H A Dpython_generator.cc381 EnumDescriptorProto edp;
/external/chromium_org/third_party/protobuf/
H A Ddescriptor_pb2.py12 serialized_pb='\n google/protobuf/descriptor.proto\x12\x0fgoogle.protobuf\"G\n\x11\x46ileDescriptorSet\x12\x32\n\x04\x66ile\x18\x01 \x03(\x0b\x32$.google.protobuf.FileDescriptorProto\"\xdc\x02\n\x13\x46ileDescriptorProto\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x0f\n\x07package\x18\x02 \x01(\t\x12\x12\n\ndependency\x18\x03 \x03(\t\x12\x36\n\x0cmessage_type\x18\x04 \x03(\x0b\x32 .google.protobuf.DescriptorProto\x12\x37\n\tenum_type\x18\x05 \x03(\x0b\x32$.google.protobuf.EnumDescriptorProto\x12\x38\n\x07service\x18\x06 \x03(\x0b\x32\'.google.protobuf.ServiceDescriptorProto\x12\x38\n\textension\x18\x07 \x03(\x0b\x32%.google.protobuf.FieldDescriptorProto\x12-\n\x07options\x18\x08 \x01(\x0b\x32\x1c.google.protobuf.FileOptions\"\xa9\x03\n\x0f\x44\x65scriptorProto\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x34\n\x05\x66ield\x18\x02 \x03(\x0b\x32%.google.protobuf.FieldDescriptorProto\x12\x38\n\textension\x18\x06 \x03(\x0b\x32%.google.protobuf.FieldDescriptorProto\x12\x35\n\x0bnested_type\x18\x03 \x03(\x0b\x32 .google.protobuf.DescriptorProto\x12\x37\n\tenum_type\x18\x04 \x03(\x0b\x32$.google.protobuf.EnumDescriptorProto\x12H\n\x0f\x65xtension_range\x18\x05 \x03(\x0b\x32/.google.protobuf.DescriptorProto.ExtensionRange\x12\x30\n\x07options\x18\x07 \x01(\x0b\x32\x1f.google.protobuf.MessageOptions\x1a,\n\x0e\x45xtensionRange\x12\r\n\x05start\x18\x01 \x01(\x05\x12\x0b\n\x03\x65nd\x18\x02 \x01(\x05\"\x94\x05\n\x14\x46ieldDescriptorProto\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x0e\n\x06number\x18\x03 \x01(\x05\x12:\n\x05label\x18\x04 \x01(\x0e\x32+.google.protobuf.FieldDescriptorProto.Label\x12\x38\n\x04type\x18\x05 \x01(\x0e\x32*.google.protobuf.FieldDescriptorProto.Type\x12\x11\n\ttype_name\x18\x06 \x01(\t\x12\x10\n\x08\x65xtendee\x18\x02 \x01(\t\x12\x15\n\rdefault_value\x18\x07 \x01(\t\x12.\n\x07options\x18\x08 \x01(\x0b\x32\x1d.google.protobuf.FieldOptions\"\xb6\x02\n\x04Type\x12\x0f\n\x0bTYPE_DOUBLE\x10\x01\x12\x0e\n\nTYPE_FLOAT\x10\x02\x12\x0e\n\nTYPE_INT64\x10\x03\x12\x0f\n\x0bTYPE_UINT64\x10\x04\x12\x0e\n\nTYPE_INT32\x10\x05\x12\x10\n\x0cTYPE_FIXED64\x10\x06\x12\x10\n\x0cTYPE_FIXED32\x10\x07\x12\r\n\tTYPE_BOOL\x10\x08\x12\x0f\n\x0bTYPE_STRING\x10\t\x12\x0e\n\nTYPE_GROUP\x10\n\x12\x10\n\x0cTYPE_MESSAGE\x10\x0b\x12\x0e\n\nTYPE_BYTES\x10\x0c\x12\x0f\n\x0bTYPE_UINT32\x10\r\x12\r\n\tTYPE_ENUM\x10\x0e\x12\x11\n\rTYPE_SFIXED32\x10\x0f\x12\x11\n\rTYPE_SFIXED64\x10\x10\x12\x0f\n\x0bTYPE_SINT32\x10\x11\x12\x0f\n\x0bTYPE_SINT64\x10\x12\"C\n\x05Label\x12\x12\n\x0eLABEL_OPTIONAL\x10\x01\x12\x12\n\x0eLABEL_REQUIRED\x10\x02\x12\x12\n\x0eLABEL_REPEATED\x10\x03\"\x8c\x01\n\x13\x45numDescriptorProto\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x38\n\x05value\x18\x02 \x03(\x0b\x32).google.protobuf.EnumValueDescriptorProto\x12-\n\x07options\x18\x03 \x01(\x0b\x32\x1c.google.protobuf.EnumOptions\"l\n\x18\x45numValueDescriptorProto\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x0e\n\x06number\x18\x02 \x01(\x05\x12\x32\n\x07options\x18\x03 \x01(\x0b\x32!.google.protobuf.EnumValueOptions\"\x90\x01\n\x16ServiceDescriptorProto\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x36\n\x06method\x18\x02 \x03(\x0b\x32&.google.protobuf.MethodDescriptorProto\x12\x30\n\x07options\x18\x03 \x01(\x0b\x32\x1f.google.protobuf.ServiceOptions\"\x7f\n\x15MethodDescriptorProto\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x12\n\ninput_type\x18\x02 \x01(\t\x12\x13\n\x0boutput_type\x18\x03 \x01(\t\x12/\n\x07options\x18\x04 \x01(\x0b\x32\x1e.google.protobuf.MethodOptions\"\xa4\x03\n\x0b\x46ileOptions\x12\x14\n\x0cjava_package\x18\x01 \x01(\t\x12\x1c\n\x14java_outer_classname\x18\x08 \x01(\t\x12\"\n\x13java_multiple_files\x18\n \x01(\x08:\x05\x66\x61lse\x12\x46\n\x0coptimize_for\x18\t \x01(\x0e\x32).google.protobuf.FileOptions.OptimizeMode:\x05SPEED\x12!\n\x13\x63\x63_generic_services\x18\x10 \x01(\x08:\x04true\x12#\n\x15java_generic_services\x18\x11 \x01(\x08:\x04true\x12!\n\x13py_generic_services\x18\x12 \x01(\x08:\x04true\x12\x43\n\x14uninterpreted_option\x18\xe7\x07 \x03(\x0b\x32$.google.protobuf.UninterpretedOption\":\n\x0cOptimizeMode\x12\t\n\x05SPEED\x10\x01\x12\r\n\tCODE_SIZE\x10\x02\x12\x10\n\x0cLITE_RUNTIME\x10\x03*\t\x08\xe8\x07\x10\x80\x80\x80\x80\x02\"\xb8\x01\n\x0eMessageOptions\x12&\n\x17message_set_wire_format\x18\x01 \x01(\x08:\x05\x66\x61lse\x12.\n\x1fno_standard_descriptor_accessor\x18\x02 \x01(\x08:\x05\x66\x61lse\x12\x43\n\x14uninterpreted_option\x18\xe7\x07 \x03(\x0b\x32$.google.protobuf.UninterpretedOption*\t\x08\xe8\x07\x10\x80\x80\x80\x80\x02\"\x94\x02\n\x0c\x46ieldOptions\x12:\n\x05\x63type\x18\x01 \x01(\x0e\x32#.google.protobuf.FieldOptions.CType:\x06STRING\x12\x0e\n\x06packed\x18\x02 \x01(\x08\x12\x19\n\ndeprecated\x18\x03 \x01(\x08:\x05\x66\x61lse\x12\x1c\n\x14\x65xperimental_map_key\x18\t \x01(\t\x12\x43\n\x14uninterpreted_option\x18\xe7\x07 \x03(\x0b\x32$.google.protobuf.UninterpretedOption\"/\n\x05\x43Type\x12\n\n\x06STRING\x10\x00\x12\x08\n\x04\x43ORD\x10\x01\x12\x10\n\x0cSTRING_PIECE\x10\x02*\t\x08\xe8\x07\x10\x80\x80\x80\x80\x02\"]\n\x0b\x45numOptions\x12\x43\n\x14uninterpreted_option\x18\xe7\x07 \x03(\x0b\x32$.google.protobuf.UninterpretedOption*\t\x08\xe8\x07\x10\x80\x80\x80\x80\x02\"b\n\x10\x45numValueOptions\x12\x43\n\x14uninterpreted_option\x18\xe7\x07 \x03(\x0b\x32$.google.protobuf.UninterpretedOption*\t\x08\xe8\x07\x10\x80\x80\x80\x80\x02\"`\n\x0eServiceOptions\x12\x43\n\x14uninterpreted_option\x18\xe7\x07 \x03(\x0b\x32$.google.protobuf.UninterpretedOption*\t\x08\xe8\x07\x10\x80\x80\x80\x80\x02\"_\n\rMethodOptions\x12\x43\n\x14uninterpreted_option\x18\xe7\x07 \x03(\x0b\x32$.google.protobuf.UninterpretedOption*\t\x08\xe8\x07\x10\x80\x80\x80\x80\x02\"\x85\x02\n\x13UninterpretedOption\x12;\n\x04name\x18\x02 \x03(\x0b\x32-.google.protobuf.UninterpretedOption.NamePart\x12\x18\n\x10identifier_value\x18\x03 \x01(\t\x12\x1a\n\x12positive_int_value\x18\x04 \x01(\x04\x12\x1a\n\x12negative_int_value\x18\x05 \x01(\x03\x12\x14\n\x0c\x64ouble_value\x18\x06 \x01(\x01\x12\x14\n\x0cstring_value\x18\x07 \x01(\x0c\x1a\x33\n\x08NamePart\x12\x11\n\tname_part\x18\x01 \x02(\t\x12\x14\n\x0cis_extension\x18\x02 \x02(\x08\x42)\n\x13\x63om.google.protobufB\x10\x44\x65scriptorProtosH\x01')
466 name='EnumDescriptorProto',
467 full_name='google.protobuf.EnumDescriptorProto',
473 name='name', full_name='google.protobuf.EnumDescriptorProto.name', index=0,
480 name='value', full_name='google.protobuf.EnumDescriptorProto.value', index=1,
487 name='options', full_name='google.protobuf.EnumDescriptorProto.options', index=2,
1094 class EnumDescriptorProto(message.Message): class in inherits:message.Message
1098 # @@protoc_insertion_point(class_scope:google.protobuf.EnumDescriptorProto)
/external/google-tv-pairing-protocol/java/jar/
H A Dprotobuf-java-2.2.0-lite.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/protobuf/ com/google/protobuf/UninitializedMessageException ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 2798 milliseconds