Versions in this module Expand all Collapse all v1 v1.2.0 Dec 11, 2018 Changes in this version + var ErrIntOverflowIssue498 = fmt.Errorf("proto: integer overflow") + var ErrInvalidLengthIssue498 = fmt.Errorf("proto: negative length found during unmarshaling") + type Message struct + Int16 *int16 + Int8 *int8 + Uint16 *uint16 + Uint8 *uint8 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func NewPopulatedMessage(r randyIssue498, easy bool) *Message + func (*Message) Descriptor() ([]byte, []int) + func (*Message) ProtoMessage() + func (dst *Message) XXX_Merge(src proto.Message) + func (m *Message) GetInt16() int16 + func (m *Message) GetInt8() int8 + func (m *Message) GetUint16() uint16 + func (m *Message) GetUint8() uint8 + func (m *Message) Marshal() (dAtA []byte, err error) + func (m *Message) MarshalTo(dAtA []byte) (int, error) + func (m *Message) Reset() + func (m *Message) Size() (n int) + func (m *Message) String() string + func (m *Message) Unmarshal(dAtA []byte) error + func (m *Message) XXX_DiscardUnknown() + func (m *Message) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Message) XXX_Size() int + func (m *Message) XXX_Unmarshal(b []byte) error + func (this *Message) Equal(that interface{}) bool