package issue444
import "github.com/gogo/protobuf/test/issue444"
Index ¶
- type SizeMe
- func (*SizeMe) Descriptor() ([]byte, []int)
- func (m *SizeMe) GetFoo() string
- func (*SizeMe) ProtoMessage()
- func (m *SizeMe) Reset()
- func (m *SizeMe) Size() (n int)
- func (m *SizeMe) String() string
- func (m *SizeMe) XXX_DiscardUnknown()
- func (m *SizeMe) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *SizeMe) XXX_Merge(src proto.Message)
- func (m *SizeMe) XXX_Size() int
- func (m *SizeMe) XXX_Unmarshal(b []byte) error
Types ¶
type SizeMe ¶
type SizeMe struct { Foo string `protobuf:"bytes,1,opt,name=foo,proto3" json:"foo,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*SizeMe) Descriptor ¶
func (*SizeMe) GetFoo ¶
func (*SizeMe) ProtoMessage ¶
func (*SizeMe) ProtoMessage()
func (*SizeMe) Reset ¶
func (m *SizeMe) Reset()
func (*SizeMe) Size ¶
func (*SizeMe) String ¶
func (*SizeMe) XXX_DiscardUnknown ¶
func (m *SizeMe) XXX_DiscardUnknown()
func (*SizeMe) XXX_Marshal ¶
func (*SizeMe) XXX_Merge ¶
func (*SizeMe) XXX_Size ¶
func (*SizeMe) XXX_Unmarshal ¶
Source Files ¶
- Version
- v1.2.1
- Published
- Feb 18, 2019
- Platform
- js/wasm
- Imports
- 4 packages
- Last checked
- 2 days ago –
Tools for package owners.