Package cachedsize
type Bar struct {
Field2 bool `protobuf:"varint,1,opt,name=field2" json:"field2"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (*Bar) Descriptor() ([]byte, []int)
func (*Bar) Equal
¶
func (this *Bar) Equal(that interface{}) bool
func (m *Bar) GetField2() bool
func (*Bar) ProtoMessage()
func (*Bar) Reset
¶
func (m *Bar) Reset()
func (*Bar) Size
¶
func (m *Bar) Size() (n int)
func (m *Bar) String() string
func (this *Bar) VerboseEqual(that interface{}) error
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 Foo struct {
Field1 *Bar `protobuf:"bytes,1,opt,name=field1" json:"field1,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (*Foo) Descriptor() ([]byte, []int)
func (*Foo) Equal
¶
func (this *Foo) Equal(that interface{}) bool
func (m *Foo) GetField1() *Bar
func (*Foo) ProtoMessage()
func (*Foo) Reset
¶
func (m *Foo) Reset()
func (*Foo) Size
¶
func (m *Foo) Size() (n int)
func (m *Foo) String() string
func (this *Foo) VerboseEqual(that interface{}) error
func (m *Foo) XXX_DiscardUnknown()
func (m *Foo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (m *Foo) XXX_Merge(src proto.Message)
func (m *Foo) XXX_Size() int
func (m *Foo) XXX_Unmarshal(b []byte) error