Lines Matching defs:MsgWithIndirectRequired
1003 type MsgWithIndirectRequired struct { struct
1004 … *MsgWithRequired `protobuf:"bytes,1,opt,name=subm" json:"subm,omitempty"`
1005 …json:"map_field,omitempty" protobuf_key:"bytes,1,opt,name=key" protobuf_val:"bytes,2,opt,name=valu…
1006 …red `protobuf:"bytes,3,rep,name=slice_field,json=sliceField" json:"slice_field,omitempty"`
1007 XXX_NoUnkeyedLiteral struct{} `json:"-"`
1008 XXX_unrecognized []byte `json:"-"`
1009 XXX_sizecache int32 `json:"-"`
1012 func (m *MsgWithIndirectRequired) Reset() { *m = MsgWithIndirectRequired{} }
1013 func (m *MsgWithIndirectRequired) String() string { return proto.CompactTextString(m) }
1014 func (*MsgWithIndirectRequired) ProtoMessage() {}
1015 func (*MsgWithIndirectRequired) Descriptor() ([]byte, []int) {
1019 func (m *MsgWithIndirectRequired) XXX_Unmarshal(b []byte) error {
1022 func (m *MsgWithIndirectRequired) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
1025 func (m *MsgWithIndirectRequired) XXX_Merge(src proto.Message) {
1028 func (m *MsgWithIndirectRequired) XXX_Size() int {
1031 func (m *MsgWithIndirectRequired) XXX_DiscardUnknown() {
1037 func (m *MsgWithIndirectRequired) GetSubm() *MsgWithRequired {
1044 func (m *MsgWithIndirectRequired) GetMapField() map[string]*MsgWithRequired {
1051 func (m *MsgWithIndirectRequired) GetSliceField() []*MsgWithRequired {