Searched defs:MsgWithIndirectRequired (Results 1 – 2 of 2) sorted by relevance
/external/golang-protobuf/jsonpb/jsonpb_test_proto/ |
D | test_objects.pb.go | 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() {} [all …]
|
D | test_objects.proto | 163 message MsgWithIndirectRequired { message
|