Versions in this module Expand all Collapse all v1 v1.4.0 May 31, 2023 Changes in this version + var ErrIntOverflowIssue503 = fmt.Errorf("proto: integer overflow") + var ErrInvalidLengthIssue503 = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrUnexpectedEndOfGroupIssue503 = fmt.Errorf("proto: unexpected end of group") + type Foo struct + Dat1 [][]byte + Num1 []int64 + Num2 []int32 + Str1 []string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func NewPopulatedFoo(r randyIssue503, easy bool) *Foo + func (*Foo) Descriptor() ([]byte, []int) + func (*Foo) ProtoMessage() + func (m *Foo) GetDat1() [][]byte + func (m *Foo) GetNum1() []int64 + func (m *Foo) GetNum2() []int32 + func (m *Foo) GetStr1() []string + func (m *Foo) Marshal() (dAtA []byte, err error) + func (m *Foo) MarshalTo(dAtA []byte) (int, error) + func (m *Foo) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Foo) Reset() + func (m *Foo) Size() (n int) + func (m *Foo) String() string + func (m *Foo) Unmarshal(dAtA []byte) error + func (m *Foo) XXX_DiscardUnknown() + func (m *Foo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Foo) XXX_Merge(src proto.Message) + func (m *Foo) XXX_Size() int + func (m *Foo) XXX_Unmarshal(b []byte) error + func (this *Foo) Equal(that interface{}) bool + func (this *Foo) VerboseEqual(that interface{}) error