Home
last modified time | relevance | path

Searched defs:MsgWithIndirectRequired (Results 1 – 2 of 2) sorted by relevance

/external/golang-protobuf/jsonpb/jsonpb_test_proto/
Dtest_objects.pb.go1003 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 …]
Dtest_objects.proto163 message MsgWithIndirectRequired { message