...
Package unrecognized
Overview ▹
Index ▹
Variables
var ( ErrInvalidLengthUnrecognized = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowUnrecognized = fmt.Errorf("proto: integer overflow") )
func UnrecognizedDescription ¶
func UnrecognizedDescription() (desc *github_com_gogo_protobuf_protoc_gen_gogo_descriptor.FileDescriptorSet)
type A ¶
type A struct { Field1 *int64 `protobuf:"varint,2,opt,name=Field1" json:"Field1,omitempty"` B []*B `protobuf:"bytes,1,rep,name=B" json:"B,omitempty"` }
func NewPopulatedA ¶
func NewPopulatedA(r randyUnrecognized, easy bool) *A
func (*A) Description ¶
func (this *A) Description() (desc *github_com_gogo_protobuf_protoc_gen_gogo_descriptor.FileDescriptorSet)
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) 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
type B ¶
type B struct { C *C `protobuf:"bytes,1,opt,name=C" json:"C,omitempty"` D *D `protobuf:"bytes,2,opt,name=D" json:"D,omitempty"` F *OldC `protobuf:"bytes,5,opt,name=F" json:"F,omitempty"` XXX_unrecognized []byte `json:"-"` }
func NewPopulatedB ¶
func NewPopulatedB(r randyUnrecognized, easy bool) *B
func (*B) Description ¶
func (this *B) Description() (desc *github_com_gogo_protobuf_protoc_gen_gogo_descriptor.FileDescriptorSet)
func (*B) Descriptor ¶
func (*B) Descriptor() ([]byte, []int)
func (*B) Equal ¶
func (this *B) Equal(that interface{}) bool
func (*B) GoString ¶
func (this *B) GoString() string
func (*B) Marshal ¶
func (m *B) Marshal() (dAtA []byte, err error)
func (*B) MarshalTo ¶
func (m *B) MarshalTo(dAtA []byte) (int, error)
func (*B) ProtoMessage ¶
func (*B) ProtoMessage()
func (*B) Reset ¶
func (m *B) Reset()
func (*B) Size ¶
func (m *B) Size() (n int)
func (*B) String ¶
func (this *B) String() string
func (*B) Unmarshal ¶
func (m *B) Unmarshal(dAtA []byte) error
func (*B) VerboseEqual ¶
func (this *B) VerboseEqual(that interface{}) error
type C ¶
type C struct { Field2 *float64 `protobuf:"fixed64,2,opt,name=Field2" json:"Field2,omitempty"` Field3 *string `protobuf:"bytes,3,opt,name=Field3" json:"Field3,omitempty"` Field4 *float64 `protobuf:"fixed64,4,opt,name=Field4" json:"Field4,omitempty"` Field5 [][]byte `protobuf:"bytes,5,rep,name=Field5" json:"Field5,omitempty"` Field6 *int64 `protobuf:"varint,6,opt,name=Field6" json:"Field6,omitempty"` Field7 []float32 `protobuf:"fixed32,7,rep,name=Field7" json:"Field7,omitempty"` XXX_unrecognized []byte `json:"-"` }
func NewPopulatedC ¶
func NewPopulatedC(r randyUnrecognized, easy bool) *C
func (*C) Description ¶
func (this *C) Description() (desc *github_com_gogo_protobuf_protoc_gen_gogo_descriptor.FileDescriptorSet)
func (*C) Descriptor ¶
func (*C) Descriptor() ([]byte, []int)
func (*C) Equal ¶
func (this *C) Equal(that interface{}) bool
func (*C) GoString ¶
func (this *C) GoString() string
func (*C) Marshal ¶
func (m *C) Marshal() (dAtA []byte, err error)
func (*C) MarshalTo ¶
func (m *C) MarshalTo(dAtA []byte) (int, error)
func (*C) ProtoMessage ¶
func (*C) ProtoMessage()
func (*C) Reset ¶
func (m *C) Reset()
func (*C) Size ¶
func (m *C) Size() (n int)
func (*C) String ¶
func (this *C) String() string
func (*C) Unmarshal ¶
func (m *C) Unmarshal(dAtA []byte) error
func (*C) VerboseEqual ¶
func (this *C) VerboseEqual(that interface{}) error
type D ¶
type D struct { Field1 *int64 `protobuf:"varint,1,opt,name=Field1" json:"Field1,omitempty"` XXX_unrecognized []byte `json:"-"` }
func NewPopulatedD ¶
func NewPopulatedD(r randyUnrecognized, easy bool) *D
func (*D) Description ¶
func (this *D) Description() (desc *github_com_gogo_protobuf_protoc_gen_gogo_descriptor.FileDescriptorSet)
func (*D) Descriptor ¶
func (*D) Descriptor() ([]byte, []int)
func (*D) Equal ¶
func (this *D) Equal(that interface{}) bool
func (*D) GoString ¶
func (this *D) GoString() string
func (*D) Marshal ¶
func (m *D) Marshal() (dAtA []byte, err error)
func (*D) MarshalTo ¶
func (m *D) MarshalTo(dAtA []byte) (int, error)
func (*D) ProtoMessage ¶
func (*D) ProtoMessage()
func (*D) Reset ¶
func (m *D) Reset()
func (*D) Size ¶
func (m *D) Size() (n int)
func (*D) String ¶
func (this *D) String() string
func (*D) Unmarshal ¶
func (m *D) Unmarshal(dAtA []byte) error
func (*D) VerboseEqual ¶
func (this *D) VerboseEqual(that interface{}) error
type OldA ¶
type OldA struct { Field1 *int64 `protobuf:"varint,2,opt,name=Field1" json:"Field1,omitempty"` B []*OldB `protobuf:"bytes,1,rep,name=B" json:"B,omitempty"` }
func NewPopulatedOldA ¶
func NewPopulatedOldA(r randyUnrecognized, easy bool) *OldA
func (*OldA) Description ¶
func (this *OldA) Description() (desc *github_com_gogo_protobuf_protoc_gen_gogo_descriptor.FileDescriptorSet)
func (*OldA) Descriptor ¶
func (*OldA) Descriptor() ([]byte, []int)
func (*OldA) Equal ¶
func (this *OldA) Equal(that interface{}) bool
func (*OldA) GoString ¶
func (this *OldA) GoString() string
func (*OldA) Marshal ¶
func (m *OldA) Marshal() (dAtA []byte, err error)
func (*OldA) MarshalTo ¶
func (m *OldA) MarshalTo(dAtA []byte) (int, error)
func (*OldA) ProtoMessage ¶
func (*OldA) ProtoMessage()
func (*OldA) Reset ¶
func (m *OldA) Reset()
func (*OldA) Size ¶
func (m *OldA) Size() (n int)
func (*OldA) String ¶
func (this *OldA) String() string
func (*OldA) Unmarshal ¶
func (m *OldA) Unmarshal(dAtA []byte) error
func (*OldA) VerboseEqual ¶
func (this *OldA) VerboseEqual(that interface{}) error
type OldB ¶
type OldB struct { C *OldC `protobuf:"bytes,1,opt,name=C" json:"C,omitempty"` F *OldC `protobuf:"bytes,5,opt,name=F" json:"F,omitempty"` XXX_unrecognized []byte `json:"-"` }
func NewPopulatedOldB ¶
func NewPopulatedOldB(r randyUnrecognized, easy bool) *OldB
func (*OldB) Description ¶
func (this *OldB) Description() (desc *github_com_gogo_protobuf_protoc_gen_gogo_descriptor.FileDescriptorSet)
func (*OldB) Descriptor ¶
func (*OldB) Descriptor() ([]byte, []int)
func (*OldB) Equal ¶
func (this *OldB) Equal(that interface{}) bool
func (*OldB) GoString ¶
func (this *OldB) GoString() string
func (*OldB) Marshal ¶
func (m *OldB) Marshal() (dAtA []byte, err error)
func (*OldB) MarshalTo ¶
func (m *OldB) MarshalTo(dAtA []byte) (int, error)
func (*OldB) ProtoMessage ¶
func (*OldB) ProtoMessage()
func (*OldB) Reset ¶
func (m *OldB) Reset()
func (*OldB) Size ¶
func (m *OldB) Size() (n int)
func (*OldB) String ¶
func (this *OldB) String() string
func (*OldB) Unmarshal ¶
func (m *OldB) Unmarshal(dAtA []byte) error
func (*OldB) VerboseEqual ¶
func (this *OldB) VerboseEqual(that interface{}) error
type OldC ¶
type OldC struct { Field1 *int64 `protobuf:"varint,1,opt,name=Field1" json:"Field1,omitempty"` Field2 *float64 `protobuf:"fixed64,2,opt,name=Field2" json:"Field2,omitempty"` Field3 *string `protobuf:"bytes,3,opt,name=Field3" json:"Field3,omitempty"` Field6 *int64 `protobuf:"varint,6,opt,name=Field6" json:"Field6,omitempty"` Field7 []float32 `protobuf:"fixed32,7,rep,name=Field7" json:"Field7,omitempty"` XXX_unrecognized []byte `json:"-"` }
func NewPopulatedOldC ¶
func NewPopulatedOldC(r randyUnrecognized, easy bool) *OldC
func (*OldC) Description ¶
func (this *OldC) Description() (desc *github_com_gogo_protobuf_protoc_gen_gogo_descriptor.FileDescriptorSet)
func (*OldC) Descriptor ¶
func (*OldC) Descriptor() ([]byte, []int)
func (*OldC) Equal ¶
func (this *OldC) Equal(that interface{}) bool
func (*OldC) GoString ¶
func (this *OldC) GoString() string
func (*OldC) Marshal ¶
func (m *OldC) Marshal() (dAtA []byte, err error)
func (*OldC) MarshalTo ¶
func (m *OldC) MarshalTo(dAtA []byte) (int, error)
func (*OldC) ProtoMessage ¶
func (*OldC) ProtoMessage()
func (*OldC) Reset ¶
func (m *OldC) Reset()
func (*OldC) Size ¶
func (m *OldC) Size() (n int)
func (*OldC) String ¶
func (this *OldC) String() string
func (*OldC) Unmarshal ¶
func (m *OldC) Unmarshal(dAtA []byte) error
func (*OldC) VerboseEqual ¶
func (this *OldC) VerboseEqual(that interface{}) error
type OldU ¶
type OldU struct { Field1 *string `protobuf:"bytes,1,opt,name=Field1" json:"Field1,omitempty"` Field2 []float64 `protobuf:"fixed64,2,rep,name=Field2" json:"Field2,omitempty"` XXX_unrecognized []byte `json:"-"` }
func NewPopulatedOldU ¶
func NewPopulatedOldU(r randyUnrecognized, easy bool) *OldU
func (*OldU) Description ¶
func (this *OldU) Description() (desc *github_com_gogo_protobuf_protoc_gen_gogo_descriptor.FileDescriptorSet)
func (*OldU) Descriptor ¶
func (*OldU) Descriptor() ([]byte, []int)
func (*OldU) Equal ¶
func (this *OldU) Equal(that interface{}) bool
func (*OldU) GoString ¶
func (this *OldU) GoString() string
func (*OldU) Marshal ¶
func (m *OldU) Marshal() (dAtA []byte, err error)
func (*OldU) MarshalTo ¶
func (m *OldU) MarshalTo(dAtA []byte) (int, error)
func (*OldU) ProtoMessage ¶
func (*OldU) ProtoMessage()
func (*OldU) Reset ¶
func (m *OldU) Reset()
func (*OldU) Size ¶
func (m *OldU) Size() (n int)
func (*OldU) String ¶
func (this *OldU) String() string
func (*OldU) Unmarshal ¶
func (m *OldU) Unmarshal(dAtA []byte) error
func (*OldU) VerboseEqual ¶
func (this *OldU) VerboseEqual(that interface{}) error
type OldUnoM ¶
type OldUnoM struct { Field1 *string `protobuf:"bytes,1,opt,name=Field1" json:"Field1,omitempty"` Field2 []float64 `protobuf:"fixed64,2,rep,name=Field2" json:"Field2,omitempty"` XXX_unrecognized []byte `json:"-"` }
func NewPopulatedOldUnoM ¶
func NewPopulatedOldUnoM(r randyUnrecognized, easy bool) *OldUnoM
func (*OldUnoM) Description ¶
func (this *OldUnoM) Description() (desc *github_com_gogo_protobuf_protoc_gen_gogo_descriptor.FileDescriptorSet)
func (*OldUnoM) Descriptor ¶
func (*OldUnoM) Descriptor() ([]byte, []int)
func (*OldUnoM) Equal ¶
func (this *OldUnoM) Equal(that interface{}) bool
func (*OldUnoM) GoString ¶
func (this *OldUnoM) GoString() string
func (*OldUnoM) ProtoMessage ¶
func (*OldUnoM) ProtoMessage()
func (*OldUnoM) Reset ¶
func (m *OldUnoM) Reset()
func (*OldUnoM) String ¶
func (this *OldUnoM) String() string
func (*OldUnoM) VerboseEqual ¶
func (this *OldUnoM) VerboseEqual(that interface{}) error
type U ¶
type U struct { Field2 []float64 `protobuf:"fixed64,2,rep,name=Field2" json:"Field2,omitempty"` Field3 *uint32 `protobuf:"varint,3,opt,name=Field3" json:"Field3,omitempty"` }
func NewPopulatedU ¶
func NewPopulatedU(r randyUnrecognized, easy bool) *U
func (*U) Description ¶
func (this *U) Description() (desc *github_com_gogo_protobuf_protoc_gen_gogo_descriptor.FileDescriptorSet)
func (*U) Descriptor ¶
func (*U) Descriptor() ([]byte, []int)
func (*U) Equal ¶
func (this *U) Equal(that interface{}) bool
func (*U) GoString ¶
func (this *U) GoString() string
func (*U) Marshal ¶
func (m *U) Marshal() (dAtA []byte, err error)
func (*U) MarshalTo ¶
func (m *U) MarshalTo(dAtA []byte) (int, error)
func (*U) ProtoMessage ¶
func (*U) ProtoMessage()
func (*U) Reset ¶
func (m *U) Reset()
func (*U) Size ¶
func (m *U) Size() (n int)
func (*U) String ¶
func (this *U) String() string
func (*U) Unmarshal ¶
func (m *U) Unmarshal(dAtA []byte) error
func (*U) VerboseEqual ¶
func (this *U) VerboseEqual(that interface{}) error
type UnoM ¶
type UnoM struct { Field2 []float64 `protobuf:"fixed64,2,rep,name=Field2" json:"Field2,omitempty"` Field3 *uint32 `protobuf:"varint,3,opt,name=Field3" json:"Field3,omitempty"` }
func NewPopulatedUnoM ¶
func NewPopulatedUnoM(r randyUnrecognized, easy bool) *UnoM
func (*UnoM) Description ¶
func (this *UnoM) Description() (desc *github_com_gogo_protobuf_protoc_gen_gogo_descriptor.FileDescriptorSet)
func (*UnoM) Descriptor ¶
func (*UnoM) Descriptor() ([]byte, []int)
func (*UnoM) Equal ¶
func (this *UnoM) Equal(that interface{}) bool
func (*UnoM) GoString ¶
func (this *UnoM) GoString() string
func (*UnoM) ProtoMessage ¶
func (*UnoM) ProtoMessage()
func (*UnoM) Reset ¶
func (m *UnoM) Reset()
func (*UnoM) String ¶
func (this *UnoM) String() string
func (*UnoM) VerboseEqual ¶
func (this *UnoM) VerboseEqual(that interface{}) error