...

Package issue449

import "github.com/gogo/protobuf/test/issue449"
Overview
Index

Overview ▾

Index ▾

Variables
type CodeGenMsg
    func (*CodeGenMsg) Descriptor() ([]byte, []int)
    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 (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 (m *CodeGenMsg) Reset()
    func (m *CodeGenMsg) Size() (n int)
    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 (m *CodeGenMsg) XXX_Size() int
    func (m *CodeGenMsg) XXX_Unmarshal(b []byte) error
type NonCodeGenMsg
    func (*NonCodeGenMsg) Descriptor() ([]byte, []int)
    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 (m *NonCodeGenMsg) Reset()
    func (m *NonCodeGenMsg) String() string
    func (m *NonCodeGenMsg) XXX_DiscardUnknown()
    func (m *NonCodeGenMsg) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
    func (m *NonCodeGenMsg) XXX_Merge(src proto.Message)
    func (m *NonCodeGenMsg) XXX_Size() int
    func (m *NonCodeGenMsg) XXX_Unmarshal(b []byte) error

Package files

issue449.pb.go

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

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

func (*CodeGenMsg) Descriptor() ([]byte, []int)

func (*CodeGenMsg) Equal

func (this *CodeGenMsg) Equal(that interface{}) bool

func (*CodeGenMsg) GetInt32Opt

func (m *CodeGenMsg) GetInt32Opt() int32

func (*CodeGenMsg) GetInt32OptPtr

func (m *CodeGenMsg) GetInt32OptPtr() int32

func (*CodeGenMsg) GetInt64Req

func (m *CodeGenMsg) GetInt64Req() int64

func (*CodeGenMsg) GetInt64ReqPtr

func (m *CodeGenMsg) GetInt64ReqPtr() int64

func (*CodeGenMsg) Marshal

func (m *CodeGenMsg) Marshal() (dAtA []byte, err error)

func (*CodeGenMsg) MarshalTo

func (m *CodeGenMsg) MarshalTo(dAtA []byte) (int, error)

func (*CodeGenMsg) MarshalToSizedBuffer

func (m *CodeGenMsg) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*CodeGenMsg) ProtoMessage

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 (*CodeGenMsg) Unmarshal

func (m *CodeGenMsg) Unmarshal(dAtA []byte) error

func (*CodeGenMsg) XXX_DiscardUnknown

func (m *CodeGenMsg) XXX_DiscardUnknown()

func (*CodeGenMsg) XXX_Marshal

func (m *CodeGenMsg) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CodeGenMsg) XXX_Merge

func (m *CodeGenMsg) XXX_Merge(src proto.Message)

func (*CodeGenMsg) XXX_Size

func (m *CodeGenMsg) XXX_Size() int

func (*CodeGenMsg) XXX_Unmarshal

func (m *CodeGenMsg) XXX_Unmarshal(b []byte) error

type NonCodeGenMsg

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 (*NonCodeGenMsg) GetInt32Opt

func (m *NonCodeGenMsg) GetInt32Opt() int32

func (*NonCodeGenMsg) GetInt32OptPtr

func (m *NonCodeGenMsg) GetInt32OptPtr() int32

func (*NonCodeGenMsg) GetInt64Req

func (m *NonCodeGenMsg) GetInt64Req() int64

func (*NonCodeGenMsg) GetInt64ReqPtr

func (m *NonCodeGenMsg) GetInt64ReqPtr() int64

func (*NonCodeGenMsg) ProtoMessage

func (*NonCodeGenMsg) ProtoMessage()

func (*NonCodeGenMsg) Reset

func (m *NonCodeGenMsg) Reset()

func (*NonCodeGenMsg) String

func (m *NonCodeGenMsg) String() string

func (*NonCodeGenMsg) XXX_DiscardUnknown

func (m *NonCodeGenMsg) XXX_DiscardUnknown()

func (*NonCodeGenMsg) XXX_Marshal

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 (*NonCodeGenMsg) XXX_Unmarshal

func (m *NonCodeGenMsg) XXX_Unmarshal(b []byte) error