HomeSort by relevance Sort by last modified time
    Searched defs:EnumDescriptorProto (Results 1 - 2 of 2) sorted by null

  /external/protobuf/src/google/protobuf/
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.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...]

Completed in 20 milliseconds