unrecognizedgroup

package
v1.3.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 10, 2021 License: BSD-3-Clause Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrInvalidLengthUnrecognizedgroup        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowUnrecognizedgroup          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupUnrecognizedgroup = fmt.Errorf("proto: unexpected end of group")
)

Functions

Types

type A

type A struct {
	AField               *int64   `protobuf:"varint,1,opt,name=AField" json:"AField,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func NewPopulatedA

func NewPopulatedA(r randyUnrecognizedgroup, easy bool) *A

func (*A) Descriptor

func (*A) Descriptor() ([]byte, []int)

func (*A) Equal

func (this *A) Equal(that interface{}) bool

func (*A) GoString

func (this *A) GoString() string

func (*A) Marshal

func (m *A) Marshal() (dAtA []byte, err error)

func (*A) MarshalTo

func (m *A) MarshalTo(dAtA []byte) (int, error)

func (*A) MarshalToSizedBuffer added in v1.3.0

func (m *A) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*A) ProtoMessage

func (*A) ProtoMessage()

func (*A) Reset

func (m *A) Reset()

func (*A) Size

func (m *A) Size() (n int)

func (*A) String

func (this *A) String() string

func (*A) Unmarshal

func (m *A) Unmarshal(dAtA []byte) error

func (*A) VerboseEqual

func (this *A) VerboseEqual(that interface{}) error

func (*A) XXX_DiscardUnknown added in v1.1.0

func (m *A) XXX_DiscardUnknown()

func (*A) XXX_Marshal added in v1.1.0

func (m *A) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*A) XXX_Merge added in v1.1.0

func (m *A) XXX_Merge(src proto.Message)

func (*A) XXX_Size added in v1.1.0

func (m *A) XXX_Size() int

func (*A) XXX_Unmarshal added in v1.1.0

func (m *A) XXX_Unmarshal(b []byte) error

type NewNoGroup

type NewNoGroup struct {
	Field1               *int64    `protobuf:"varint,1,opt,name=Field1" json:"Field1,omitempty"`
	Field3               []float64 `protobuf:"fixed64,3,rep,name=Field3" json:"Field3,omitempty"`
	A                    *A        `protobuf:"bytes,5,opt,name=A" json:"A,omitempty"`
	XXX_NoUnkeyedLiteral struct{}  `json:"-"`
	XXX_unrecognized     []byte    `json:"-"`
	XXX_sizecache        int32     `json:"-"`
}

func NewPopulatedNewNoGroup

func NewPopulatedNewNoGroup(r randyUnrecognizedgroup, easy bool) *NewNoGroup

func (*NewNoGroup) Descriptor

func (*NewNoGroup) Descriptor() ([]byte, []int)

func (*NewNoGroup) Equal

func (this *NewNoGroup) Equal(that interface{}) bool

func (*NewNoGroup) GoString

func (this *NewNoGroup) GoString() string

func (*NewNoGroup) Marshal

func (m *NewNoGroup) Marshal() (dAtA []byte, err error)

func (*NewNoGroup) MarshalTo

func (m *NewNoGroup) MarshalTo(dAtA []byte) (int, error)

func (*NewNoGroup) MarshalToSizedBuffer added in v1.3.0

func (m *NewNoGroup) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*NewNoGroup) ProtoMessage

func (*NewNoGroup) ProtoMessage()

func (*NewNoGroup) Reset

func (m *NewNoGroup) Reset()

func (*NewNoGroup) Size

func (m *NewNoGroup) Size() (n int)

func (*NewNoGroup) String

func (this *NewNoGroup) String() string

func (*NewNoGroup) Unmarshal

func (m *NewNoGroup) Unmarshal(dAtA []byte) error

func (*NewNoGroup) VerboseEqual

func (this *NewNoGroup) VerboseEqual(that interface{}) error

func (*NewNoGroup) XXX_DiscardUnknown added in v1.1.0

func (m *NewNoGroup) XXX_DiscardUnknown()

func (*NewNoGroup) XXX_Marshal added in v1.1.0

func (m *NewNoGroup) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NewNoGroup) XXX_Merge added in v1.1.0

func (m *NewNoGroup) XXX_Merge(src proto.Message)

func (*NewNoGroup) XXX_Size added in v1.1.0

func (m *NewNoGroup) XXX_Size() int

func (*NewNoGroup) XXX_Unmarshal added in v1.1.0

func (m *NewNoGroup) XXX_Unmarshal(b []byte) error

type OldWithGroup

type OldWithGroup struct {
	Field1               *int64               `protobuf:"varint,1,opt,name=Field1" json:"Field1,omitempty"`
	Group1               *OldWithGroup_Group1 `protobuf:"group,2,opt,name=Group1,json=group1" json:"group1,omitempty"`
	Field3               []float64            `protobuf:"fixed64,3,rep,name=Field3" json:"Field3,omitempty"`
	Group2               *OldWithGroup_Group2 `protobuf:"group,4,opt,name=Group2,json=group2" json:"group2,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func NewPopulatedOldWithGroup

func NewPopulatedOldWithGroup(r randyUnrecognizedgroup, easy bool) *OldWithGroup

func (*OldWithGroup) Description

func (*OldWithGroup) Descriptor

func (*OldWithGroup) Descriptor() ([]byte, []int)

func (*OldWithGroup) Equal

func (this *OldWithGroup) Equal(that interface{}) bool

func (*OldWithGroup) GoString

func (this *OldWithGroup) GoString() string

func (*OldWithGroup) ProtoMessage

func (*OldWithGroup) ProtoMessage()

func (*OldWithGroup) Reset

func (m *OldWithGroup) Reset()

func (*OldWithGroup) String

func (this *OldWithGroup) String() string

func (*OldWithGroup) VerboseEqual

func (this *OldWithGroup) VerboseEqual(that interface{}) error

func (*OldWithGroup) XXX_DiscardUnknown added in v1.1.0

func (m *OldWithGroup) XXX_DiscardUnknown()

func (*OldWithGroup) XXX_Marshal added in v1.1.0

func (m *OldWithGroup) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*OldWithGroup) XXX_Merge added in v1.1.0

func (m *OldWithGroup) XXX_Merge(src proto.Message)

func (*OldWithGroup) XXX_Size added in v1.1.0

func (m *OldWithGroup) XXX_Size() int

func (*OldWithGroup) XXX_Unmarshal added in v1.1.0

func (m *OldWithGroup) XXX_Unmarshal(b []byte) error

type OldWithGroup_Group1

type OldWithGroup_Group1 struct {
	Field1               *int64    `protobuf:"varint,1,opt,name=Field1" json:"Field1,omitempty"`
	Field2               *int32    `protobuf:"varint,2,opt,name=Field2" json:"Field2,omitempty"`
	Field3               []float64 `protobuf:"fixed64,3,rep,name=Field3" json:"Field3,omitempty"`
	XXX_NoUnkeyedLiteral struct{}  `json:"-"`
	XXX_unrecognized     []byte    `json:"-"`
	XXX_sizecache        int32     `json:"-"`
}

func NewPopulatedOldWithGroup_Group1

func NewPopulatedOldWithGroup_Group1(r randyUnrecognizedgroup, easy bool) *OldWithGroup_Group1

func (*OldWithGroup_Group1) Description

func (*OldWithGroup_Group1) Descriptor

func (*OldWithGroup_Group1) Descriptor() ([]byte, []int)

func (*OldWithGroup_Group1) Equal

func (this *OldWithGroup_Group1) Equal(that interface{}) bool

func (*OldWithGroup_Group1) GoString

func (this *OldWithGroup_Group1) GoString() string

func (*OldWithGroup_Group1) ProtoMessage

func (*OldWithGroup_Group1) ProtoMessage()

func (*OldWithGroup_Group1) Reset

func (m *OldWithGroup_Group1) Reset()

func (*OldWithGroup_Group1) String

func (this *OldWithGroup_Group1) String() string

func (*OldWithGroup_Group1) VerboseEqual

func (this *OldWithGroup_Group1) VerboseEqual(that interface{}) error

func (*OldWithGroup_Group1) XXX_DiscardUnknown added in v1.1.0

func (m *OldWithGroup_Group1) XXX_DiscardUnknown()

func (*OldWithGroup_Group1) XXX_Marshal added in v1.1.0

func (m *OldWithGroup_Group1) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*OldWithGroup_Group1) XXX_Merge added in v1.1.0

func (m *OldWithGroup_Group1) XXX_Merge(src proto.Message)

func (*OldWithGroup_Group1) XXX_Size added in v1.1.0

func (m *OldWithGroup_Group1) XXX_Size() int

func (*OldWithGroup_Group1) XXX_Unmarshal added in v1.1.0

func (m *OldWithGroup_Group1) XXX_Unmarshal(b []byte) error

type OldWithGroup_Group2

type OldWithGroup_Group2 struct {
	Field1               *int64    `protobuf:"varint,1,opt,name=Field1" json:"Field1,omitempty"`
	Field2               []float64 `protobuf:"fixed64,2,rep,name=Field2" json:"Field2,omitempty"`
	XXX_NoUnkeyedLiteral struct{}  `json:"-"`
	XXX_unrecognized     []byte    `json:"-"`
	XXX_sizecache        int32     `json:"-"`
}

func NewPopulatedOldWithGroup_Group2

func NewPopulatedOldWithGroup_Group2(r randyUnrecognizedgroup, easy bool) *OldWithGroup_Group2

func (*OldWithGroup_Group2) Description

func (*OldWithGroup_Group2) Descriptor

func (*OldWithGroup_Group2) Descriptor() ([]byte, []int)

func (*OldWithGroup_Group2) Equal

func (this *OldWithGroup_Group2) Equal(that interface{}) bool

func (*OldWithGroup_Group2) GoString

func (this *OldWithGroup_Group2) GoString() string

func (*OldWithGroup_Group2) ProtoMessage

func (*OldWithGroup_Group2) ProtoMessage()

func (*OldWithGroup_Group2) Reset

func (m *OldWithGroup_Group2) Reset()

func (*OldWithGroup_Group2) String

func (this *OldWithGroup_Group2) String() string

func (*OldWithGroup_Group2) VerboseEqual

func (this *OldWithGroup_Group2) VerboseEqual(that interface{}) error

func (*OldWithGroup_Group2) XXX_DiscardUnknown added in v1.1.0

func (m *OldWithGroup_Group2) XXX_DiscardUnknown()

func (*OldWithGroup_Group2) XXX_Marshal added in v1.1.0

func (m *OldWithGroup_Group2) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*OldWithGroup_Group2) XXX_Merge added in v1.1.0

func (m *OldWithGroup_Group2) XXX_Merge(src proto.Message)

func (*OldWithGroup_Group2) XXX_Size added in v1.1.0

func (m *OldWithGroup_Group2) XXX_Size() int

func (*OldWithGroup_Group2) XXX_Unmarshal added in v1.1.0

func (m *OldWithGroup_Group2) XXX_Unmarshal(b []byte) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL