Searched defs:OneofDescriptorProto (Results 1 - 2 of 2) sorted by relevance

/external/protobuf/src/google/protobuf/
H A Ddescriptor.pb.cc206 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(OneofDescriptorProto, name_),
211 OneofDescriptorProto::default_instance_,
213 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(OneofDescriptorProto, _has_bits_[0]),
214 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(OneofDescriptorProto, _unknown_fields_),
218 sizeof(OneofDescriptorProto));
513 OneofDescriptorProto_descriptor_, &OneofDescriptorProto::default_instance());
559 delete OneofDescriptorProto::default_instance_;
644 "\024OneofDescriptorProto\022\014\n\004name\030\001 \001(\t\"\214\001\n\023"
719 OneofDescriptorProto::default_instance_ = new OneofDescriptorProto();
3214 OneofDescriptorProto::OneofDescriptorProto() function in class:google::protobuf::OneofDescriptorProto
3223 OneofDescriptorProto::OneofDescriptorProto(const OneofDescriptorProto& from) function in class:google::protobuf::OneofDescriptorProto
[all...]
H A Ddescriptor.pb.h43 class OneofDescriptorProto;
673 // repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8;
677 inline const ::google::protobuf::OneofDescriptorProto& oneof_decl(int index) const;
678 inline ::google::protobuf::OneofDescriptorProto* mutable_oneof_decl(int index);
679 inline ::google::protobuf::OneofDescriptorProto* add_oneof_decl();
680 inline const ::google::protobuf::RepeatedPtrField< ::google::protobuf::OneofDescriptorProto >&
682 inline ::google::protobuf::RepeatedPtrField< ::google::protobuf::OneofDescriptorProto >*
711 ::google::protobuf::RepeatedPtrField< ::google::protobuf::OneofDescriptorProto > oneof_decl_;
968 class LIBPROTOBUF_EXPORT OneofDescriptorProto : public ::google::protobuf::Message { class in namespace:google::protobuf
970 OneofDescriptorProto();
[all...]

Completed in 108 milliseconds