Lines Matching defs:OtherMessage
1780 type OtherMessage struct { struct
1781 Key *int64 `protobuf:"varint,1,opt,name=key" json:"key,omitempty"`
1782 …lue []byte `protobuf:"bytes,2,opt,name=value" json:"value,omitempty"`
1783 … *float32 `protobuf:"fixed32,3,opt,name=weight" json:"weight,omitempty"`
1784 …ner *InnerMessage `protobuf:"bytes,4,opt,name=inner" json:"inner,omitempty"`
1785 XXX_NoUnkeyedLiteral struct{} `json:"-"`
1786 proto.XXX_InternalExtensions `json:"-"`
1787 XXX_unrecognized []byte `json:"-"`
1788 XXX_sizecache int32 `json:"-"`
1791 func (m *OtherMessage) Reset() { *m = OtherMessage{} }
1792 func (m *OtherMessage) String() string { return proto.CompactTextString(m) }
1793 func (*OtherMessage) ProtoMessage() {}
1794 func (*OtherMessage) Descriptor() ([]byte, []int) {
1802 func (*OtherMessage) ExtensionRangeArray() []proto.ExtensionRange {
1806 func (m *OtherMessage) XXX_Unmarshal(b []byte) error {
1809 func (m *OtherMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
1812 func (m *OtherMessage) XXX_Merge(src proto.Message) {
1815 func (m *OtherMessage) XXX_Size() int {
1818 func (m *OtherMessage) XXX_DiscardUnknown() {
1824 func (m *OtherMessage) GetKey() int64 {
1831 func (m *OtherMessage) GetValue() []byte {
1838 func (m *OtherMessage) GetWeight() float32 {
1845 func (m *OtherMessage) GetInner() *InnerMessage {