Lines Matching refs:OtherMessage
1780 type OtherMessage struct { struct
1791 func (m *OtherMessage) Reset() { *m = OtherMessage{} } argument
1792 func (m *OtherMessage) String() string { return proto.CompactTextString(m) } argument
1793 func (*OtherMessage) ProtoMessage() {} argument
1794 func (*OtherMessage) Descriptor() ([]byte, []int) { argument
1802 func (*OtherMessage) ExtensionRangeArray() []proto.ExtensionRange { argument
1806 func (m *OtherMessage) XXX_Unmarshal(b []byte) error { argument
1809 func (m *OtherMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { argument
1812 func (m *OtherMessage) XXX_Merge(src proto.Message) { argument
1815 func (m *OtherMessage) XXX_Size() int { argument
1818 func (m *OtherMessage) XXX_DiscardUnknown() { argument
1824 func (m *OtherMessage) GetKey() int64 { argument
1831 func (m *OtherMessage) GetValue() []byte { argument
1838 func (m *OtherMessage) GetWeight() float32 { argument
1845 func (m *OtherMessage) GetInner() *InnerMessage { argument
1897 Others []*OtherMessage `protobuf:"bytes,6,rep,name=others" json:"others,omitempty"`
1979 func (m *MyMessage) GetOthers() []*OtherMessage {
3719 ExtendedType: (*OtherMessage)(nil),
3728 ExtendedType: (*OtherMessage)(nil),
4499 proto.RegisterType((*OtherMessage)(nil), "test_proto.OtherMessage")