/third_party/protobuf/python/google/protobuf/internal/ |
D | reflection_test.py | 292 proto1 = message_module.TestAllTypes() 295 proto1.MergeFrom(proto2) 296 self.assertTrue(proto1.HasField('optional_nested_message')) 297 proto1.ClearField('optional_nested_message') 298 self.assertFalse(proto1.HasField('optional_nested_message')) 659 proto1 = message_module.TestAllTypes() 660 test_util.SetAllFields(proto1) 662 string1 = proto1.SerializeToString() 666 self.assertEqual(proto2, proto1) 670 proto1 = message_module.TestAllTypes() [all …]
|
D | test_proto3_optional.proto | 37 // The field name "b" fails to compile in proto1 because it conflicts with 39 // This file needs to compile in proto1 to test backwards-compatibility.
|
/third_party/protobuf/src/google/protobuf/ |
D | unittest_proto3_optional.proto | 40 // The field name "b" fails to compile in proto1 because it conflicts with 42 // This file needs to compile in proto1 to test backwards-compatibility.
|
D | unittest_proto3_arena_lite.proto | 44 // The field name "b" fails to compile in proto1 because it conflicts with 46 // This file needs to compile in proto1 to test backwards-compatibility.
|
D | unittest_proto3_lite.proto | 43 // The field name "b" fails to compile in proto1 because it conflicts with 45 // This file needs to compile in proto1 to test backwards-compatibility.
|
D | unittest_proto3_arena.proto | 43 // The field name "b" fails to compile in proto1 because it conflicts with 45 // This file needs to compile in proto1 to test backwards-compatibility.
|
D | unittest_proto3.proto | 43 // The field name "b" fails to compile in proto1 because it conflicts with 45 // This file needs to compile in proto1 to test backwards-compatibility.
|
D | unittest.proto | 66 // The field name "b" fails to compile in proto1 because it conflicts with 68 // This file needs to compile in proto1 to test backwards-compatibility. 500 // parents. This is NOT possible in proto1; only google.protobuf. When attempting 501 // to compile with proto1, this will emit an error; so we only include it 578 // The field name "b" fails to compile in proto1 because it conflicts with 580 // This file needs to compile in proto1 to test backwards-compatibility.
|
D | unittest_mset.proto | 36 // have a TestMessageSet, so it can be downgraded to proto1.
|
D | descriptor.proto | 468 // Set true to use the old proto1 MessageSet wire format for extensions. 490 // from proto1 easier; new code should avoid fields named "descriptor".
|
/third_party/curl/packages/vms/ |
D | build_libcurl_pc.com | 160 $ proto1 = "DICT FILE FTP FTPS GOPHER HTTP HTTPS IMAP IMAPS" 162 $ proto = proto1 + proto2
|
/third_party/protobuf/csharp/protos/ |
D | unittest_proto3.proto | 53 // The field name "b" fails to compile in proto1 because it conflicts with 55 // This file needs to compile in proto1 to test backwards-compatibility. 243 // The field name "b" fails to compile in proto1 because it conflicts with 245 // This file needs to compile in proto1 to test backwards-compatibility.
|
D | unittest.proto | 66 // The field name "b" fails to compile in proto1 because it conflicts with 68 // This file needs to compile in proto1 to test backwards-compatibility. 490 // parents. This is NOT possible in proto1; only google.protobuf. When attempting 491 // to compile with proto1, this will emit an error; so we only include it 568 // The field name "b" fails to compile in proto1 because it conflicts with 570 // This file needs to compile in proto1 to test backwards-compatibility.
|
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/protos/src/google/protobuf/ |
D | unittest_proto3.proto | 65 // The field name "b" fails to compile in proto1 because it conflicts with 67 // This file needs to compile in proto1 to test backwards-compatibility. 252 // The field name "b" fails to compile in proto1 because it conflicts with 254 // This file needs to compile in proto1 to test backwards-compatibility.
|
/third_party/protobuf/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/ |
D | unittest.proto | 62 // The field name "b" fails to compile in proto1 because it conflicts with 64 // This file needs to compile in proto1 to test backwards-compatibility. 408 // parents. This is NOT possible in proto1; only proto2. When attempting 409 // to compile with proto1, this will emit an error; so we only include it
|
D | descriptor.proto | 308 // Set true to use the old proto1 MessageSet wire format for extensions. 330 // from proto1 easier; new code should avoid fields named "descriptor".
|
/third_party/protobuf/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/ |
D | unittest.proto | 62 // The field name "b" fails to compile in proto1 because it conflicts with 64 // This file needs to compile in proto1 to test backwards-compatibility. 408 // parents. This is NOT possible in proto1; only proto2. When attempting 409 // to compile with proto1, this will emit an error; so we only include it
|
D | descriptor.proto | 308 // Set true to use the old proto1 MessageSet wire format for extensions. 330 // from proto1 easier; new code should avoid fields named "descriptor".
|
/third_party/protobuf/python/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/ |
D | unittest.proto | 62 // The field name "b" fails to compile in proto1 because it conflicts with 64 // This file needs to compile in proto1 to test backwards-compatibility. 408 // parents. This is NOT possible in proto1; only proto2. When attempting 409 // to compile with proto1, this will emit an error; so we only include it
|
D | descriptor.proto | 308 // Set true to use the old proto1 MessageSet wire format for extensions. 330 // from proto1 easier; new code should avoid fields named "descriptor".
|
/third_party/protobuf/conformance/ |
D | binary_json_conformance_suite.cc | 1024 string proto1 = in TestValidDataForMapType() local 1030 string proto = cat(proto1, proto2); in TestValidDataForMapType() 1091 string proto1 = in TestOverwriteMessageValueMap() local 1097 string proto = cat(proto1, proto2); in TestOverwriteMessageValueMap() 1214 string proto1 = in TestMergeOneofMessage() local 1220 string proto = cat(proto1, proto2); in TestMergeOneofMessage()
|
/third_party/ffmpeg/libavformat/ |
D | http.c | 401 char hostname1[1024], hostname2[1024], proto1[10], proto2[10]; in ff_http_do_new_request2() local 409 av_url_split(proto1, sizeof(proto1), NULL, 0, in ff_http_do_new_request2()
|
/third_party/protobuf/src/google/protobuf/compiler/cpp/ |
D | cpp_unittest.inc | 814 // field names. Some old proto1 .protos unfortunately used camel-case field 815 // names. In proto1, these names were forced to lower-case. So, we do the
|