Searched defs:TestAllTypes_NestedMessage (Results 1 – 2 of 2) sorted by relevance
/external/golang-protobuf/internal/testprotos/test3/ |
D | test.pb.go | 995 type TestAllTypes_NestedMessage struct { struct 996 state protoimpl.MessageState 997 sizeCache protoimpl.SizeCache 998 unknownFields protoimpl.UnknownFields 1000 A int32 `protobuf:"varint,1,opt,name=a,proto3" json:"a,omitempty"` 1001 …cursive *TestAllTypes `protobuf:"bytes,2,opt,name=corecursive,proto3" json:"corecursive,omitempty"` 1004 func (x *TestAllTypes_NestedMessage) Reset() { 1013 func (x *TestAllTypes_NestedMessage) String() string { 1017 func (*TestAllTypes_NestedMessage) ProtoMessage() {} 1019 func (x *TestAllTypes_NestedMessage) ProtoReflect() protoreflect.Message { [all …]
|
/external/golang-protobuf/internal/testprotos/test/ |
D | test.pb.go | 2379 type TestAllTypes_NestedMessage struct { struct 2380 state protoimpl.MessageState 2381 sizeCache protoimpl.SizeCache 2382 unknownFields protoimpl.UnknownFields 2384 A *int32 `protobuf:"varint,1,opt,name=a" json:"a,omitempty"` 2385 Corecursive *TestAllTypes `protobuf:"bytes,2,opt,name=corecursive" json:"corecursive,omitempty"` 2388 func (x *TestAllTypes_NestedMessage) Reset() { 2397 func (x *TestAllTypes_NestedMessage) String() string { 2401 func (*TestAllTypes_NestedMessage) ProtoMessage() {} 2403 func (x *TestAllTypes_NestedMessage) ProtoReflect() protoreflect.Message { [all …]
|