Home
last modified time | relevance | path

Searched refs:proto1 (Results 1 – 23 of 23) sorted by relevance

/third_party/protobuf/python/google/protobuf/internal/
Dreflection_test.py292 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 …]
Dtest_proto3_optional.proto37 // 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/
Dunittest_proto3_optional.proto40 // 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.
Dunittest_proto3_arena_lite.proto44 // 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.
Dunittest_proto3_lite.proto43 // 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.
Dunittest_proto3_arena.proto43 // 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.
Dunittest_proto3.proto43 // 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.
Dunittest.proto66 // 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.
Dunittest_mset.proto36 // have a TestMessageSet, so it can be downgraded to proto1.
Ddescriptor.proto468 // 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/
Dbuild_libcurl_pc.com160 $ proto1 = "DICT FILE FTP FTPS GOPHER HTTP HTTPS IMAP IMAPS"
162 $ proto = proto1 + proto2
/third_party/protobuf/csharp/protos/
Dunittest_proto3.proto53 // 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.
Dunittest.proto66 // 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/
Dunittest_proto3.proto65 // 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/
Dunittest.proto62 // 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
Ddescriptor.proto308 // 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/
Dunittest.proto62 // 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
Ddescriptor.proto308 // 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/
Dunittest.proto62 // 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
Ddescriptor.proto308 // 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/
Dbinary_json_conformance_suite.cc1024 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/
Dhttp.c401 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/
Dcpp_unittest.inc814 // 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