Searched defs:TestAllTypes_NestedMessage (Results 1 – 2 of 2) sorted by relevance
/external/golang-protobuf/internal/testprotos/test3/ |
D | test.pb.go | 994 type TestAllTypes_NestedMessage struct { struct 995 state protoimpl.MessageState 996 sizeCache protoimpl.SizeCache 997 unknownFields protoimpl.UnknownFields 999 A int32 `protobuf:"varint,1,opt,name=a,proto3" json:"a,omitempty"` 1000 …cursive *TestAllTypes `protobuf:"bytes,2,opt,name=corecursive,proto3" json:"corecursive,omitempty"` 1003 func (x *TestAllTypes_NestedMessage) Reset() { 1012 func (x *TestAllTypes_NestedMessage) String() string { 1016 func (*TestAllTypes_NestedMessage) ProtoMessage() {} 1018 func (x *TestAllTypes_NestedMessage) ProtoReflect() protoreflect.Message { [all …]
|
/external/golang-protobuf/internal/testprotos/test/ |
D | test.pb.go | 2375 type TestAllTypes_NestedMessage struct { struct 2376 state protoimpl.MessageState 2377 sizeCache protoimpl.SizeCache 2378 unknownFields protoimpl.UnknownFields 2380 A *int32 `protobuf:"varint,1,opt,name=a" json:"a,omitempty"` 2381 Corecursive *TestAllTypes `protobuf:"bytes,2,opt,name=corecursive" json:"corecursive,omitempty"` 2384 func (x *TestAllTypes_NestedMessage) Reset() { 2393 func (x *TestAllTypes_NestedMessage) String() string { 2397 func (*TestAllTypes_NestedMessage) ProtoMessage() {} 2399 func (x *TestAllTypes_NestedMessage) ProtoReflect() protoreflect.Message { [all …]
|