package int64support
import "github.com/gogo/protobuf/test/int64support"
Index ¶
- Variables
- type Object
- func NewPopulatedObject(r randyObject, easy bool) *Object
- func (*Object) Descriptor() ([]byte, []int)
- func (this *Object) Equal(that interface{}) bool
- func (m *Object) GetOptionalNumber() int64
- func (this *Object) GoString() string
- func (m *Object) Marshal() (dAtA []byte, err error)
- func (o *Object) MarshalJSON() ([]byte, error)
- func (m *Object) MarshalTo(dAtA []byte) (int, error)
- func (*Object) ProtoMessage()
- func (m *Object) Reset()
- func (m *Object) Size() (n int)
- func (this *Object) String() string
- func (m *Object) Unmarshal(dAtA []byte) error
- func (o *Object) UnmarshalJSON(b []byte) error
- func (this *Object) VerboseEqual(that interface{}) error
- func (m *Object) XXX_DiscardUnknown()
- func (m *Object) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Object) XXX_Merge(src proto.Message)
- func (m *Object) XXX_Size() int
- func (m *Object) XXX_Unmarshal(b []byte) error
Variables ¶
var ( ErrInvalidLengthObject = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowObject = fmt.Errorf("proto: integer overflow") )
Types ¶
type Object ¶
type Object struct { OptionalNumber *int64 `protobuf:"varint,1,opt,name=optional_number,json=optionalNumber" json:"optional_number,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_sizecache int32 `json:"-"` }
func NewPopulatedObject ¶
func (*Object) Descriptor ¶
func (*Object) Equal ¶
func (*Object) GetOptionalNumber ¶
func (*Object) GoString ¶
func (*Object) Marshal ¶
func (*Object) MarshalJSON ¶
func (*Object) MarshalTo ¶
func (*Object) ProtoMessage ¶
func (*Object) ProtoMessage()
func (*Object) Reset ¶
func (m *Object) Reset()
func (*Object) Size ¶
func (*Object) String ¶
func (*Object) Unmarshal ¶
func (*Object) UnmarshalJSON ¶
func (*Object) VerboseEqual ¶
func (*Object) XXX_DiscardUnknown ¶
func (m *Object) XXX_DiscardUnknown()
func (*Object) XXX_Marshal ¶
func (*Object) XXX_Merge ¶
func (*Object) XXX_Size ¶
func (*Object) XXX_Unmarshal ¶
Source Files ¶
- Version
- v1.2.1
- Published
- Feb 18, 2019
- Platform
- js/wasm
- Imports
- 10 packages
- Last checked
- 2 days ago –
Tools for package owners.