/aosp_15_r20/external/golang-protobuf/internal/testprotos/test3/ |
H A D | test.pb.go | 121 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 D | test.proto | 13 message TestAllTypes { message
|
/aosp_15_r20/external/golang-protobuf/internal/testprotos/test/ |
H A D | test.pb.go | 248 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 D | GPBTestUtilities.m | 509 - (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 D | GPBTestUtilities.m | 509 - (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 D | python.proto | 45 message TestAllTypes { message
|
/aosp_15_r20/external/cronet/third_party/protobuf/python/google/protobuf/pyext/ |
H A D | python.proto | 45 message TestAllTypes { message
|
/aosp_15_r20/external/libchrome/mojo/public/tools/bindings/pylib/mojom/generate/ |
H A D | pack_tests.py | 108 def TestAllTypes(): function
|
/aosp_15_r20/external/cronet/third_party/protobuf/java/core/src/test/proto/com/google/protobuf/ |
H A D | packed_field_test.proto | 38 message TestAllTypes { message
|
H A D | field_presence_test.proto | 40 message TestAllTypes { message
|
/aosp_15_r20/external/protobuf/java/core/src/test/proto/com/google/protobuf/ |
H A D | packed_field_test.proto | 38 message TestAllTypes { message
|
H A D | field_presence_test.proto | 40 message TestAllTypes { message
|
/aosp_15_r20/external/kotlinx.serialization/formats/protobuf/testProto/ |
H A D | test_data.proto | 28 message TestAllTypes { message
|
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/ |
H A D | unittest_no_field_presence.proto | 42 message TestAllTypes { message
|
H A D | unittest_proto3_lite.proto | 41 message TestAllTypes { message
|
H A D | unittest_proto3_arena_lite.proto | 42 message TestAllTypes { message
|
H A D | unittest_proto3.proto | 41 message TestAllTypes { message
|
/aosp_15_r20/external/protobuf/src/google/protobuf/ |
H A D | unittest_no_field_presence.proto | 42 message TestAllTypes { message
|
H A D | unittest_proto3_arena_lite.proto | 42 message TestAllTypes { message
|
H A D | unittest_proto3_lite.proto | 41 message TestAllTypes { message
|
/aosp_15_r20/external/golang-protobuf/internal/testprotos/fuzz/ |
H A D | fuzz.pb.go | 25 …TestAllTypes *test.TestAllTypes `protobuf:"bytes,1,opt,name=test_all_types,j… member
|
/aosp_15_r20/external/tensorflow/tensorflow/tools/proto_text/ |
H A D | test.proto | 5 message TestAllTypes { message
|
/aosp_15_r20/external/protobuf/src/google/protobuf/util/ |
H A D | type_resolver_util_test.cc | 175 TEST_F(DescriptorPoolTypeResolverTest, TestAllTypes) { in TEST_F() argument
|
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/util/ |
H A D | type_resolver_util_test.cc | 175 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 D | json_test.proto | 45 message TestAllTypes { message
|