Searched refs:proto1 (Results 1 – 8 of 8) sorted by relevance
78 var proto1 = {}; variable79 proto1[5] = 0;80 proto1.d = 0;81 proto1[3] = 0;82 proto1.e = 0;83 proto1.f = 0; // also on the 'o' object94 o.__proto__ = proto1;95 proto1.__proto__ = proto2;
390 proto1 = unittest_pb2.TestAllTypes()393 proto1.MergeFrom(proto2)394 self.assertTrue(proto1.HasField('optional_nested_message'))395 proto1.ClearField('optional_nested_message')396 self.assertTrue(not proto1.HasField('optional_nested_message'))1272 proto1 = unittest_pb2.TestAllTypes()1273 test_util.SetAllFields(proto1)1275 string1 = proto1.SerializeToString()1279 self.assertEqual(proto2, proto1)1283 proto1 = unittest_pb2.TestAllTypes()[all …]
163 $ proto1 = "DICT FILE FTP FTPS GOPHER HTTP HTTPS IMAP IMAPS"165 $ proto = proto1 + proto2
62 // The field name "b" fails to compile in proto1 because it conflicts with64 // This file needs to compile in proto1 to test backwards-compatibility.432 // parents. This is NOT possible in proto1; only proto2. When attempting433 // to compile with proto1, this will emit an error; so we only include it
346 // Set true to use the old proto1 MessageSet wire format for extensions.368 // from proto1 easier; new code should avoid fields named "descriptor".
3127 proto1á23128 proto1é23129 proto1í23130 proto1ó23131 proto1ú2
308 // Set true to use the old proto1 MessageSet wire format for extensions.330 // from proto1 easier; new code should avoid fields named "descriptor".
6771 v8::Local<v8::Object> proto1 = in THREADED_TEST() local6775 CHECK(!proto1->Has(env1.local(), v8_str("custom")).FromJust()); in THREADED_TEST()10702 Local<Value> proto1 = o1->GetPrototype(); in THREADED_TEST() local10703 CHECK(proto1->IsObject()); in THREADED_TEST()10704 CHECK(proto1.As<v8::Object>()->Equals(context.local(), o2).FromJust()); in THREADED_TEST()