...

Package issue620

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

Overview ▾

type Bar

type Bar struct {
    Field1               *string  `protobuf:"bytes,1,opt,name=Field1" json:"Field1,omitempty"`
    XXX_NoUnkeyedLiteral struct{} `json:"-"`
    XXX_unrecognized     []byte   `json:"-"`
    XXX_sizecache        int32    `json:"-"`
}

func (*Bar) Descriptor

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

func (*Bar) GetField1

func (m *Bar) GetField1() string

func (*Bar) ProtoMessage

func (*Bar) ProtoMessage()

func (*Bar) Reset

func (m *Bar) Reset()

func (*Bar) String

func (m *Bar) String() string

func (*Bar) XXX_DiscardUnknown

func (m *Bar) XXX_DiscardUnknown()

func (*Bar) XXX_Marshal

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

func (*Bar) XXX_Merge

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

func (*Bar) XXX_Size

func (m *Bar) XXX_Size() int

func (*Bar) XXX_Unmarshal

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

type BarFast

type BarFast struct {
    Field1               *string  `protobuf:"bytes,1,opt,name=Field1" json:"Field1,omitempty"`
    XXX_NoUnkeyedLiteral struct{} `json:"-"`
    XXX_unrecognized     []byte   `json:"-"`
    XXX_sizecache        int32    `json:"-"`
}

func (*BarFast) Descriptor

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

func (*BarFast) Equal

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

func (*BarFast) GetField1

func (m *BarFast) GetField1() string

func (*BarFast) Marshal

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

func (*BarFast) MarshalTo

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

func (*BarFast) MarshalToSizedBuffer

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

func (*BarFast) ProtoMessage

func (*BarFast) ProtoMessage()

func (*BarFast) Reset

func (m *BarFast) Reset()

func (*BarFast) Size

func (m *BarFast) Size() (n int)

func (*BarFast) String

func (m *BarFast) String() string

func (*BarFast) XXX_DiscardUnknown

func (m *BarFast) XXX_DiscardUnknown()

func (*BarFast) XXX_Marshal

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

func (*BarFast) XXX_Merge

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

func (*BarFast) XXX_Size

func (m *BarFast) XXX_Size() int

func (*BarFast) XXX_Unmarshal

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