Searched defs:TestAllTypesProto3 (Results 1 – 4 of 4) sorted by relevance
/external/golang-protobuf/internal/testprotos/conformance/ |
D | test_messages_proto3.pb.go | 222 type TestAllTypesProto3 struct { struct 223 state protoimpl.MessageState 224 sizeCache protoimpl.SizeCache 225 unknownFields protoimpl.UnknownFields 228 …tobuf:"varint,1,opt,name=optional_int32,json=optionalInt32,proto3" json:"optional_int32,omitempty"` 229 …tobuf:"varint,2,opt,name=optional_int64,json=optionalInt64,proto3" json:"optional_int64,omitempty"` 230 …uf:"varint,3,opt,name=optional_uint32,json=optionalUint32,proto3" json:"optional_uint32,omitempty"` 231 …uf:"varint,4,opt,name=optional_uint64,json=optionalUint64,proto3" json:"optional_uint64,omitempty"` 232 …:"zigzag32,5,opt,name=optional_sint32,json=optionalSint32,proto3" json:"optional_sint32,omitempty"` 233 …:"zigzag64,6,opt,name=optional_sint64,json=optionalSint64,proto3" json:"optional_sint64,omitempty"` [all …]
|
/external/protobuf/conformance/ |
D | conformance_test.h | 58 class TestAllTypesProto3; variable
|
/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/ |
D | TestMessagesProto3.cs | 241 public sealed partial class TestAllTypesProto3 : pb::IMessage<TestAllTypesProto3> { class 258 public TestAllTypesProto3() { in TestAllTypesProto3() method in ProtobufTestMessages.Proto3.TestAllTypesProto3 265 public TestAllTypesProto3(TestAllTypesProto3 other) : this() { in TestAllTypesProto3() method in ProtobufTestMessages.Proto3.TestAllTypesProto3
|
/external/protobuf/src/google/protobuf/ |
D | test_messages_proto3.proto | 63 message TestAllTypesProto3 { message
|