Searched defs:TestAllTypesProto2_Data (Results 1 – 1 of 1) sorted by relevance
| /external/golang-protobuf/internal/testprotos/conformance/ |
| D | test_messages_proto2.pb.go | 1813 type TestAllTypesProto2_Data struct { struct 1814 state protoimpl.MessageState 1815 sizeCache protoimpl.SizeCache 1816 unknownFields protoimpl.UnknownFields 1818 … *int32 `protobuf:"varint,202,opt,name=group_int32,json=groupInt32" json:"group_int32,omitempty"` 1819 …uint32 `protobuf:"varint,203,opt,name=group_uint32,json=groupUint32" json:"group_uint32,omitempty"` 1822 func (x *TestAllTypesProto2_Data) Reset() { 1831 func (x *TestAllTypesProto2_Data) String() string { 1835 func (*TestAllTypesProto2_Data) ProtoMessage() {} 1837 func (x *TestAllTypesProto2_Data) ProtoReflect() protoreflect.Message { [all …]
|