package issue503
import "github.com/gogo/protobuf/test/issue503"
Index ¶
- Variables
- type Foo
- func NewPopulatedFoo(r randyIssue503, easy bool) *Foo
- func (*Foo) Descriptor() ([]byte, []int)
- func (this *Foo) Equal(that interface{}) bool
- 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 (*Foo) ProtoMessage()
- func (m *Foo) Reset()
- func (m *Foo) Size() (n int)
- func (m *Foo) String() string
- func (m *Foo) Unmarshal(dAtA []byte) error
- func (this *Foo) VerboseEqual(that interface{}) 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
Variables ¶
var ( ErrInvalidLengthIssue503 = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowIssue503 = fmt.Errorf("proto: integer overflow") )
Types ¶
type Foo ¶
type Foo struct { Num1 []int64 `protobuf:"varint,1,rep,packed,name=num1,proto3" json:"num1,omitempty"` Num2 []int32 `protobuf:"varint,2,rep,packed,name=num2,proto3" json:"num2,omitempty"` Str1 []string `protobuf:"bytes,3,rep,name=str1,proto3" json:"str1,omitempty"` Dat1 [][]byte `protobuf:"bytes,4,rep,name=dat1,proto3" json:"dat1,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func NewPopulatedFoo ¶
func (*Foo) Descriptor ¶
func (*Foo) Equal ¶
func (*Foo) GetDat1 ¶
func (*Foo) GetNum1 ¶
func (*Foo) GetNum2 ¶
func (*Foo) GetStr1 ¶
func (*Foo) Marshal ¶
func (*Foo) MarshalTo ¶
func (*Foo) ProtoMessage ¶
func (*Foo) ProtoMessage()
func (*Foo) Reset ¶
func (m *Foo) Reset()
func (*Foo) Size ¶
func (*Foo) String ¶
func (*Foo) Unmarshal ¶
func (*Foo) VerboseEqual ¶
func (*Foo) XXX_DiscardUnknown ¶
func (m *Foo) XXX_DiscardUnknown()
func (*Foo) XXX_Marshal ¶
func (*Foo) XXX_Merge ¶
func (*Foo) XXX_Size ¶
func (*Foo) XXX_Unmarshal ¶
Source Files ¶
- Version
- v1.2.1
- Published
- Feb 18, 2019
- Platform
- js/wasm
- Imports
- 6 packages
- Last checked
- 2 days ago –
Tools for package owners.