Searched defs:NewMessage_Nested (Results 1 – 1 of 1) sorted by relevance
/external/golang-protobuf/proto/test_proto/ |
D | test.pb.go | 1676 type NewMessage_Nested struct { struct 1677 Name *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"` 1678 … *string `protobuf:"bytes,2,opt,name=food_group,json=foodGroup" json:"food_group,omitempty"` 1679 XXX_NoUnkeyedLiteral struct{} `json:"-"` 1680 XXX_unrecognized []byte `json:"-"` 1681 XXX_sizecache int32 `json:"-"` 1684 func (m *NewMessage_Nested) Reset() { *m = NewMessage_Nested{} } 1685 func (m *NewMessage_Nested) String() string { return proto.CompactTextString(m) } 1686 func (*NewMessage_Nested) ProtoMessage() {} 1687 func (*NewMessage_Nested) Descriptor() ([]byte, []int) { [all …]
|