Home
last modified time | relevance | path

Searched defs:TestAllTypes (Results 1 – 25 of 42) sorted by relevance

12

/aosp_15_r20/external/golang-protobuf/internal/testprotos/test3/
H A Dtest.pb.go121 type TestAllTypes struct { struct
122 state protoimpl.MessageState
123 sizeCache protoimpl.SizeCache
124 unknownFields protoimpl.UnknownFields
126 …obuf:"varint,81,opt,name=singular_int32,json=singularInt32,proto3" json:"singular_int32,omitempty"`
127 …obuf:"varint,82,opt,name=singular_int64,json=singularInt64,proto3" json:"singular_int64,omitempty"`
128 …f:"varint,83,opt,name=singular_uint32,json=singularUint32,proto3" json:"singular_uint32,omitempty"`
129 …f:"varint,84,opt,name=singular_uint64,json=singularUint64,proto3" json:"singular_uint64,omitempty"`
130 …"zigzag32,85,opt,name=singular_sint32,json=singularSint32,proto3" json:"singular_sint32,omitempty"`
131 …"zigzag64,86,opt,name=singular_sint64,json=singularSint64,proto3" json:"singular_sint64,omitempty"`
[all …]
H A Dtest.proto13 message TestAllTypes { message
/aosp_15_r20/external/golang-protobuf/internal/testprotos/test/
H A Dtest.pb.go248 type TestAllTypes struct { struct
249 state protoimpl.MessageState
250 sizeCache protoimpl.SizeCache
251 unknownFields protoimpl.UnknownFields
253 … `protobuf:"varint,1,opt,name=optional_int32,json=optionalInt32" json:"optional_int32,omitempty"`
254 … `protobuf:"varint,2,opt,name=optional_int64,json=optionalInt64" json:"optional_int64,omitempty"`
255 …`protobuf:"varint,3,opt,name=optional_uint32,json=optionalUint32" json:"optional_uint32,omitempty"`
256 …`protobuf:"varint,4,opt,name=optional_uint64,json=optionalUint64" json:"optional_uint64,omitempty"`
257 …rotobuf:"zigzag32,5,opt,name=optional_sint32,json=optionalSint32" json:"optional_sint32,omitempty"`
258 …rotobuf:"zigzag64,6,opt,name=optional_sint64,json=optionalSint64" json:"optional_sint64,omitempty"`
[all …]
/aosp_15_r20/external/protobuf/objectivec/Tests/
H A DGPBTestUtilities.m509 - (void)assertAllFieldsSet:(TestAllTypes *)message
729 - (void)setAllFields:(TestAllTypes *)message repeatedCount:(uint32_t)count {
851 - (void)clearAllFields:(TestAllTypes *)message {
1223 - (void)assertClear:(TestAllTypes *)message {
1540 - (void)modifyRepeatedFields:(TestAllTypes *)message {
1593 - (void)assertRepeatedFieldsModified:(TestAllTypes *)message
1980 - (void)assertAllFieldsKVCMatch:(TestAllTypes *)message {
2147 - (void)setAllFieldsViaKVC:(TestAllTypes *)message
2412 - (void)assertClearKVC:(TestAllTypes *)message {
/aosp_15_r20/external/cronet/third_party/protobuf/objectivec/Tests/
H A DGPBTestUtilities.m509 - (void)assertAllFieldsSet:(TestAllTypes *)message
729 - (void)setAllFields:(TestAllTypes *)message repeatedCount:(uint32_t)count {
851 - (void)clearAllFields:(TestAllTypes *)message {
1223 - (void)assertClear:(TestAllTypes *)message {
1540 - (void)modifyRepeatedFields:(TestAllTypes *)message {
1593 - (void)assertRepeatedFieldsModified:(TestAllTypes *)message
1980 - (void)assertAllFieldsKVCMatch:(TestAllTypes *)message {
2147 - (void)setAllFieldsViaKVC:(TestAllTypes *)message
2412 - (void)assertClearKVC:(TestAllTypes *)message {
/aosp_15_r20/external/protobuf/python/google/protobuf/pyext/
H A Dpython.proto45 message TestAllTypes { message
/aosp_15_r20/external/cronet/third_party/protobuf/python/google/protobuf/pyext/
H A Dpython.proto45 message TestAllTypes { message
/aosp_15_r20/external/libchrome/mojo/public/tools/bindings/pylib/mojom/generate/
H A Dpack_tests.py108 def TestAllTypes(): function
/aosp_15_r20/external/cronet/third_party/protobuf/java/core/src/test/proto/com/google/protobuf/
H A Dpacked_field_test.proto38 message TestAllTypes { message
H A Dfield_presence_test.proto40 message TestAllTypes { message
/aosp_15_r20/external/protobuf/java/core/src/test/proto/com/google/protobuf/
H A Dpacked_field_test.proto38 message TestAllTypes { message
H A Dfield_presence_test.proto40 message TestAllTypes { message
/aosp_15_r20/external/kotlinx.serialization/formats/protobuf/testProto/
H A Dtest_data.proto28 message TestAllTypes { message
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/
H A Dunittest_no_field_presence.proto42 message TestAllTypes { message
H A Dunittest_proto3_lite.proto41 message TestAllTypes { message
H A Dunittest_proto3_arena_lite.proto42 message TestAllTypes { message
H A Dunittest_proto3.proto41 message TestAllTypes { message
/aosp_15_r20/external/protobuf/src/google/protobuf/
H A Dunittest_no_field_presence.proto42 message TestAllTypes { message
H A Dunittest_proto3_arena_lite.proto42 message TestAllTypes { message
H A Dunittest_proto3_lite.proto41 message TestAllTypes { message
/aosp_15_r20/external/golang-protobuf/internal/testprotos/fuzz/
H A Dfuzz.pb.go25TestAllTypes *test.TestAllTypes `protobuf:"bytes,1,opt,name=test_all_types,j… member
/aosp_15_r20/external/tensorflow/tensorflow/tools/proto_text/
H A Dtest.proto5 message TestAllTypes { message
/aosp_15_r20/external/protobuf/src/google/protobuf/util/
H A Dtype_resolver_util_test.cc175 TEST_F(DescriptorPoolTypeResolverTest, TestAllTypes) { in TEST_F() argument
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/util/
H A Dtype_resolver_util_test.cc175 TEST_F(DescriptorPoolTypeResolverTest, TestAllTypes) { in TEST_F() argument
/aosp_15_r20/external/cronet/third_party/protobuf/java/util/src/test/proto/com/google/protobuf/util/
H A Djson_test.proto45 message TestAllTypes { message

12