Versions in this module Expand all Collapse all v1 v1.0.1 May 3, 2023 Changes in this version + const Default_OneofTest_I + var ErrIntOverflowIssue322 = fmt.Errorf("proto: integer overflow") + var ErrInvalidLengthIssue322 = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrUnexpectedEndOfGroupIssue322 = fmt.Errorf("proto: unexpected end of group") + type OneofTest struct + Union isOneofTest_Union + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func NewPopulatedOneofTest(r randyIssue322, easy bool) *OneofTest + func (*OneofTest) Descriptor() ([]byte, []int) + func (*OneofTest) ProtoMessage() + func (*OneofTest) XXX_OneofWrappers() []interface{} + func (m *OneofTest) GetI() int32 + func (m *OneofTest) GetUnion() isOneofTest_Union + func (m *OneofTest) Marshal() (dAtA []byte, err error) + func (m *OneofTest) MarshalTo(dAtA []byte) (int, error) + func (m *OneofTest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *OneofTest) Reset() + func (m *OneofTest) Size() (n int) + func (m *OneofTest) String() string + func (m *OneofTest) Unmarshal(dAtA []byte) error + func (m *OneofTest) XXX_DiscardUnknown() + func (m *OneofTest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *OneofTest) XXX_Merge(src proto.Message) + func (m *OneofTest) XXX_Size() int + func (m *OneofTest) XXX_Unmarshal(b []byte) error + func (this *OneofTest) Compare(that interface{}) int + func (this *OneofTest) Equal(that interface{}) bool + func (this *OneofTest) GoString() string + type OneofTest_I struct + I int32 + func NewPopulatedOneofTest_I(r randyIssue322, easy bool) *OneofTest_I + func (m *OneofTest_I) MarshalTo(dAtA []byte) (int, error) + func (m *OneofTest_I) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *OneofTest_I) Size() (n int) + func (this *OneofTest_I) Compare(that interface{}) int + func (this *OneofTest_I) Equal(that interface{}) bool + func (this *OneofTest_I) GoString() string