Lines Matching defs:OneofDescriptorProto
928 type OneofDescriptorProto struct { struct
929 Name *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
930 Options *OneofOptions `protobuf:"bytes,2,opt,name=options" json:"options,omitempty"`
931 XXX_NoUnkeyedLiteral struct{} `json:"-"`
932 XXX_unrecognized []byte `json:"-"`
933 XXX_sizecache int32 `json:"-"`
936 func (m *OneofDescriptorProto) Reset() { *m = OneofDescriptorProto{} }
937 func (m *OneofDescriptorProto) String() string { return proto.CompactTextString(m) }
938 func (*OneofDescriptorProto) ProtoMessage() {}
939 func (*OneofDescriptorProto) Descriptor() ([]byte, []int) {
943 func (m *OneofDescriptorProto) XXX_Unmarshal(b []byte) error {
946 func (m *OneofDescriptorProto) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
949 func (m *OneofDescriptorProto) XXX_Merge(src proto.Message) {
952 func (m *OneofDescriptorProto) XXX_Size() int {
955 func (m *OneofDescriptorProto) XXX_DiscardUnknown() {
961 func (m *OneofDescriptorProto) GetName() string {
968 func (m *OneofDescriptorProto) GetOptions() *OneofOptions {