Searched defs:TestAllTypesProto3_NestedMessage (Results 1 – 1 of 1) sorted by relevance
| /external/golang-protobuf/internal/testprotos/conformance/ |
| D | test_messages_proto3.pb.go | 1720 type TestAllTypesProto3_NestedMessage struct { struct 1721 state protoimpl.MessageState 1722 sizeCache protoimpl.SizeCache 1723 unknownFields protoimpl.UnknownFields 1725 A int32 `protobuf:"varint,1,opt,name=a,proto3" json:"a,omitempty"` 1726 …e *TestAllTypesProto3 `protobuf:"bytes,2,opt,name=corecursive,proto3" json:"corecursive,omitempty"` 1729 func (x *TestAllTypesProto3_NestedMessage) Reset() { 1738 func (x *TestAllTypesProto3_NestedMessage) String() string { 1742 func (*TestAllTypesProto3_NestedMessage) ProtoMessage() {} 1744 func (x *TestAllTypesProto3_NestedMessage) ProtoReflect() protoreflect.Message { [all …]
|