Home
last modified time | relevance | path

Searched defs:TestAllTypesProto3 (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/golang-protobuf/internal/testprotos/conformance/
H A Dtest_messages_proto3.pb.go268 type TestAllTypesProto3 struct { struct
269 state protoimpl.MessageState
270 sizeCache protoimpl.SizeCache
271 unknownFields protoimpl.UnknownFields
274 …tobuf:"varint,1,opt,name=optional_int32,json=optionalInt32,proto3" json:"optional_int32,omitempty"`
275 …tobuf:"varint,2,opt,name=optional_int64,json=optionalInt64,proto3" json:"optional_int64,omitempty"`
276 …uf:"varint,3,opt,name=optional_uint32,json=optionalUint32,proto3" json:"optional_uint32,omitempty"`
277 …uf:"varint,4,opt,name=optional_uint64,json=optionalUint64,proto3" json:"optional_uint64,omitempty"`
278 …:"zigzag32,5,opt,name=optional_sint32,json=optionalSint32,proto3" json:"optional_sint32,omitempty"`
279 …:"zigzag64,6,opt,name=optional_sint64,json=optionalSint64,proto3" json:"optional_sint64,omitempty"`
[all …]
/aosp_15_r20/external/cronet/third_party/protobuf/conformance/
H A Dconformance_test.h57 class TestAllTypesProto3; variable
/aosp_15_r20/external/protobuf/conformance/
H A Dconformance_test.h57 class TestAllTypesProto3; variable
/aosp_15_r20/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
H A DTestMessagesProto3.cs268 public sealed partial class TestAllTypesProto3 : pb::IMessage<TestAllTypesProto3> class
293 public TestAllTypesProto3() { in TestAllTypesProto3() method in ProtobufTestMessages.Proto3.TestAllTypesProto3
301 public TestAllTypesProto3(TestAllTypesProto3 other) : this() { in TestAllTypesProto3() method in ProtobufTestMessages.Proto3.TestAllTypesProto3
/aosp_15_r20/external/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
H A DTestMessagesProto3.cs268 public sealed partial class TestAllTypesProto3 : pb::IMessage<TestAllTypesProto3> class
293 public TestAllTypesProto3() { in TestAllTypesProto3() method in ProtobufTestMessages.Proto3.TestAllTypesProto3
301 public TestAllTypesProto3(TestAllTypesProto3 other) : this() { in TestAllTypesProto3() method in ProtobufTestMessages.Proto3.TestAllTypesProto3
/aosp_15_r20/external/protobuf/src/google/protobuf/
H A Dtest_messages_proto3.proto64 message TestAllTypesProto3 { message
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/
H A Dtest_messages_proto3.proto64 message TestAllTypesProto3 { message
/aosp_15_r20/external/kotlinx.serialization/formats/protobuf/testProto/
H A Dtest_messages_proto3.proto65 message TestAllTypesProto3 { message