Searched defs:Nests_OptGroup (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/golang-protobuf/internal/testprotos/textpb2/ |
H A D | test.pb.go | 1412 type Nests_OptGroup struct { struct 1413 state protoimpl.MessageState 1414 sizeCache protoimpl.SizeCache 1415 unknownFields protoimpl.UnknownFields 1417 … `protobuf:"bytes,1,opt,name=opt_string,json=optString" json:"opt_string,omitempty"` 1418 … `protobuf:"bytes,2,opt,name=opt_nested,json=optNested" json:"opt_nested,omitempty"` 1419 …up `protobuf:"group,3,opt,name=OptNestedGroup,json=optnestedgroup" json:"optnestedgroup,omitempty"` 1422 func (x *Nests_OptGroup) Reset() { 1431 func (x *Nests_OptGroup) String() string { 1435 func (*Nests_OptGroup) ProtoMessage() {} [all …]
|