Package issue449
Variables
var (
ErrInvalidLengthIssue449 = fmt.Errorf("proto: negative length found during unmarshaling")
ErrIntOverflowIssue449 = fmt.Errorf("proto: integer overflow")
ErrUnexpectedEndOfGroupIssue449 = fmt.Errorf("proto: unexpected end of group")
)
type CodeGenMsg struct {
Int64ReqPtr *int64 `protobuf:"varint,1,req,name=Int64ReqPtr" json:"Int64ReqPtr,omitempty"`
Int32OptPtr *int32 `protobuf:"varint,2,opt,name=Int32OptPtr" json:"Int32OptPtr,omitempty"`
Int64Req int64 `protobuf:"varint,3,req,name=Int64Req" json:"Int64Req"`
Int32Opt int32 `protobuf:"varint,4,opt,name=Int32Opt" json:"Int32Opt"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (*CodeGenMsg) Descriptor() ([]byte, []int)
func (*CodeGenMsg) Equal
¶
func (this *CodeGenMsg) Equal(that interface{}) bool
func (m *CodeGenMsg) GetInt32Opt() int32
func (m *CodeGenMsg) GetInt32OptPtr() int32
func (m *CodeGenMsg) GetInt64Req() int64
func (m *CodeGenMsg) GetInt64ReqPtr() int64
func (*CodeGenMsg) Marshal
¶
func (m *CodeGenMsg) Marshal() (dAtA []byte, err error)
func (m *CodeGenMsg) MarshalTo(dAtA []byte) (int, error)
func (m *CodeGenMsg) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*CodeGenMsg) ProtoMessage()
func (*CodeGenMsg) Reset
¶
func (m *CodeGenMsg) Reset()
func (*CodeGenMsg) Size
¶
func (m *CodeGenMsg) Size() (n int)
func (*CodeGenMsg) String
¶
func (m *CodeGenMsg) String() string
func (m *CodeGenMsg) Unmarshal(dAtA []byte) error
func (m *CodeGenMsg) XXX_DiscardUnknown()
func (m *CodeGenMsg) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (m *CodeGenMsg) XXX_Merge(src proto.Message)
func (*CodeGenMsg) XXX_Size
¶
func (m *CodeGenMsg) XXX_Size() int
func (m *CodeGenMsg) XXX_Unmarshal(b []byte) error
type NonCodeGenMsg struct {
Int64ReqPtr *int64 `protobuf:"varint,1,req,name=Int64ReqPtr" json:"Int64ReqPtr,omitempty"`
Int32OptPtr *int32 `protobuf:"varint,2,opt,name=Int32OptPtr" json:"Int32OptPtr,omitempty"`
Int64Req int64 `protobuf:"varint,3,req,name=Int64Req" json:"Int64Req"`
Int32Opt int32 `protobuf:"varint,4,opt,name=Int32Opt" json:"Int32Opt"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (*NonCodeGenMsg) Descriptor
¶
func (*NonCodeGenMsg) Descriptor() ([]byte, []int)
func (*NonCodeGenMsg) Equal
¶
func (this *NonCodeGenMsg) Equal(that interface{}) bool
func (m *NonCodeGenMsg) GetInt32Opt() int32
func (m *NonCodeGenMsg) GetInt32OptPtr() int32
func (m *NonCodeGenMsg) GetInt64Req() int64
func (m *NonCodeGenMsg) GetInt64ReqPtr() int64
func (*NonCodeGenMsg) ProtoMessage()
func (*NonCodeGenMsg) Reset
¶
func (m *NonCodeGenMsg) Reset()
func (*NonCodeGenMsg) String
¶
func (m *NonCodeGenMsg) String() string
func (m *NonCodeGenMsg) XXX_DiscardUnknown()
func (m *NonCodeGenMsg) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*NonCodeGenMsg) XXX_Merge
¶
func (m *NonCodeGenMsg) XXX_Merge(src proto.Message)
func (*NonCodeGenMsg) XXX_Size
¶
func (m *NonCodeGenMsg) XXX_Size() int
func (m *NonCodeGenMsg) XXX_Unmarshal(b []byte) error