package issue449

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

Index

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")
)

Types

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

Source Files

issue449.pb.go

Version
v1.3.1
Published
Oct 14, 2019
Platform
js/wasm
Imports
7 packages
Last checked
2 days ago

Tools for package owners.