Home
last modified time | relevance | path

Searched defs:Nests (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/golang-protobuf/internal/testprotos/textpb3/
H A Dtest.pb.go579 type Nests struct { struct
580 state protoimpl.MessageState
581 sizeCache protoimpl.SizeCache
582 unknownFields protoimpl.UnknownFields
584 …Nested *Nested `protobuf:"bytes,2,opt,name=s_nested,json=sNested,proto3" json:"s_nested,omitempty"`
587 func (x *Nests) Reset() {
596 func (x *Nests) String() string {
600 func (*Nests) ProtoMessage() {}
602 func (x *Nests) ProtoReflect() protoreflect.Message {
615 func (*Nests) Descriptor() ([]byte, []int) {
[all …]
H A Dtest.proto84 message Nests { message
/aosp_15_r20/external/golang-protobuf/internal/testprotos/textpb2/
H A Dtest.pb.go601 type Nests struct { struct
602 state protoimpl.MessageState
603 sizeCache protoimpl.SizeCache
604 unknownFields protoimpl.UnknownFields
606 …ested `protobuf:"bytes,1,opt,name=opt_nested,json=optNested" json:"opt_nested,omitempty"`
607 …p *Nests_OptGroup `protobuf:"group,2,opt,name=OptGroup,json=optgroup" json:"optgroup,omitempty"`
608 …*Nested `protobuf:"bytes,4,rep,name=rpt_nested,json=rptNested" json:"rpt_nested,omitempty"`
609 …p []*Nests_RptGroup `protobuf:"group,5,rep,name=RptGroup,json=rptgroup" json:"rptgroup,omitempty"`
612 func (x *Nests) Reset() {
621 func (x *Nests) String() string {
[all …]
H A Dtest.proto90 message Nests { message