package issue620
import "github.com/gogo/protobuf/test/issue620"
Index ¶
- type Bar
- func (*Bar) Descriptor() ([]byte, []int)
- func (m *Bar) GetField1() string
- func (*Bar) ProtoMessage()
- func (m *Bar) Reset()
- func (m *Bar) String() string
- func (m *Bar) XXX_DiscardUnknown()
- func (m *Bar) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Bar) XXX_Merge(src proto.Message)
- func (m *Bar) XXX_Size() int
- func (m *Bar) XXX_Unmarshal(b []byte) error
- type BarFast
- func (*BarFast) Descriptor() ([]byte, []int)
- func (this *BarFast) Equal(that interface{}) bool
- func (m *BarFast) GetField1() string
- func (m *BarFast) Marshal() (dAtA []byte, err error)
- func (m *BarFast) MarshalTo(dAtA []byte) (int, error)
- func (m *BarFast) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*BarFast) ProtoMessage()
- func (m *BarFast) Reset()
- func (m *BarFast) Size() (n int)
- func (m *BarFast) String() string
- func (m *BarFast) XXX_DiscardUnknown()
- func (m *BarFast) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *BarFast) XXX_Merge(src proto.Message)
- func (m *BarFast) XXX_Size() int
- func (m *BarFast) XXX_Unmarshal(b []byte) error
Types ¶
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) GetField1 ¶
func (*Bar) ProtoMessage ¶
func (*Bar) ProtoMessage()
func (*Bar) Reset ¶
func (m *Bar) Reset()
func (*Bar) String ¶
func (*Bar) XXX_DiscardUnknown ¶
func (m *Bar) XXX_DiscardUnknown()
func (*Bar) XXX_Marshal ¶
func (*Bar) XXX_Merge ¶
func (*Bar) XXX_Size ¶
func (*Bar) XXX_Unmarshal ¶
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) Equal ¶
func (*BarFast) GetField1 ¶
func (*BarFast) Marshal ¶
func (*BarFast) MarshalTo ¶
func (*BarFast) MarshalToSizedBuffer ¶
func (*BarFast) ProtoMessage ¶
func (*BarFast) ProtoMessage()
func (*BarFast) Reset ¶
func (m *BarFast) Reset()
func (*BarFast) Size ¶
func (*BarFast) String ¶
func (*BarFast) XXX_DiscardUnknown ¶
func (m *BarFast) XXX_DiscardUnknown()
func (*BarFast) XXX_Marshal ¶
func (*BarFast) XXX_Merge ¶
func (*BarFast) XXX_Size ¶
func (*BarFast) XXX_Unmarshal ¶
Source Files ¶
- Version
- v1.3.1
- Published
- Oct 14, 2019
- Platform
- js/wasm
- Imports
- 6 packages
- Last checked
- 2 days ago –
Tools for package owners.