Lines Matching refs:NewMessage_Nested
1629 Nested *NewMessage_Nested `protobuf:"bytes,1,opt,name=nested" json:"nested,omitempty"`
1662 func (m *NewMessage) GetNested() *NewMessage_Nested {
1676 type NewMessage_Nested struct { struct
1684 func (m *NewMessage_Nested) Reset() { *m = NewMessage_Nested{} } argument
1685 func (m *NewMessage_Nested) String() string { return proto.CompactTextString(m) } argument
1686 func (*NewMessage_Nested) ProtoMessage() {} argument
1687 func (*NewMessage_Nested) Descriptor() ([]byte, []int) { argument
1691 func (m *NewMessage_Nested) XXX_Unmarshal(b []byte) error { argument
1694 func (m *NewMessage_Nested) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { argument
1697 func (m *NewMessage_Nested) XXX_Merge(src proto.Message) { argument
1700 func (m *NewMessage_Nested) XXX_Size() int { argument
1703 func (m *NewMessage_Nested) XXX_DiscardUnknown() { argument
1709 func (m *NewMessage_Nested) GetName() string { argument
1716 func (m *NewMessage_Nested) GetFoodGroup() string { argument
4497 proto.RegisterType((*NewMessage_Nested)(nil), "test_proto.NewMessage.Nested")