Documentation ¶
Index ¶
- Variables
- type Castaway
- func (*Castaway) Descriptor() ([]byte, []int)
- func (this *Castaway) Equal(that interface{}) bool
- func (m *Castaway) GetMyBigInt() *math_big.Int
- func (m *Castaway) GetMyCastedWith() *github_com_gogo_protobuf_test_casttypewith_types.Castee
- func (m *Castaway) Marshal() (dAtA []byte, err error)
- func (m *Castaway) MarshalTo(dAtA []byte) (int, error)
- func (m *Castaway) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*Castaway) ProtoMessage()
- func (m *Castaway) Reset()
- func (m *Castaway) Size() (n int)
- func (m *Castaway) String() string
- func (m *Castaway) Unmarshal(dAtA []byte) error
- func (this *Castaway) VerboseEqual(that interface{}) error
- func (m *Castaway) XXX_DiscardUnknown()
- func (m *Castaway) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Castaway) XXX_Merge(src proto.Message)
- func (m *Castaway) XXX_Size() int
- func (m *Castaway) XXX_Unmarshal(b []byte) error
- type Wilson
- func (*Wilson) Descriptor() ([]byte, []int)
- func (this *Wilson) Equal(that interface{}) bool
- func (m *Wilson) GetF1() []byte
- func (m *Wilson) Marshal() (dAtA []byte, err error)
- func (m *Wilson) MarshalTo(dAtA []byte) (int, error)
- func (m *Wilson) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*Wilson) ProtoMessage()
- func (m *Wilson) Reset()
- func (m *Wilson) Size() (n int)
- func (m *Wilson) String() string
- func (m *Wilson) Unmarshal(dAtA []byte) error
- func (this *Wilson) VerboseEqual(that interface{}) error
- func (m *Wilson) XXX_DiscardUnknown()
- func (m *Wilson) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Wilson) XXX_Merge(src proto.Message)
- func (m *Wilson) XXX_Size() int
- func (m *Wilson) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type Castaway ¶
type Castaway struct { MyCastedWith *github_com_gogo_protobuf_test_casttypewith_types.Castee `` /* 217-byte string literal not displayed */ MyBigInt *math_big.Int `` /* 161-byte string literal not displayed */ XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func NewPopulatedCastaway ¶
func (*Castaway) Descriptor ¶
func (*Castaway) GetMyBigInt ¶
func (*Castaway) GetMyCastedWith ¶
func (m *Castaway) GetMyCastedWith() *github_com_gogo_protobuf_test_casttypewith_types.Castee
func (*Castaway) MarshalToSizedBuffer ¶
func (*Castaway) ProtoMessage ¶
func (*Castaway) ProtoMessage()
func (*Castaway) VerboseEqual ¶
func (*Castaway) XXX_DiscardUnknown ¶
func (m *Castaway) XXX_DiscardUnknown()
func (*Castaway) XXX_Marshal ¶
func (*Castaway) XXX_Unmarshal ¶
type Wilson ¶
type Wilson struct { F1 []byte `protobuf:"bytes,1,opt,name=f1" json:"f1,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func NewPopulatedWilson ¶
func (*Wilson) Descriptor ¶
func (*Wilson) MarshalToSizedBuffer ¶
func (*Wilson) ProtoMessage ¶
func (*Wilson) ProtoMessage()
func (*Wilson) VerboseEqual ¶
func (*Wilson) XXX_DiscardUnknown ¶
func (m *Wilson) XXX_DiscardUnknown()
func (*Wilson) XXX_Marshal ¶
func (*Wilson) XXX_Unmarshal ¶
Click to show internal directories.
Click to hide internal directories.