Searched refs:proto2 (Results 1 – 25 of 157) sorted by relevance
1234567
68 var proto2 = {}; variable69 proto2[140000] = 0;70 proto2.a = 0;71 proto2[2] = 0;72 proto2[3] = 0; // also on the 'proto1' object73 proto2.b = 0;74 proto2[4294967295] = 0;75 proto2.c = 0;76 proto2[4294967296] = 0;95 proto1.__proto__ = proto2;
918 proto2 = unittest_pb2.TestAllTypes.FromString(string1)921 self.assertEqual(proto2, proto1)928 proto2 = unittest_pb2.TestAllTypes()930 proto2.optional_string = 'value'932 proto2.MergeFrom(proto1)933 self.assertEqual(1, proto2.optional_int32)934 self.assertEqual('value', proto2.optional_string)942 proto2 = unittest_pb2.TestAllTypes()943 proto2.repeated_int32.append(0)944 proto2.MergeFrom(proto1)[all …]
389 proto2 = unittest_pb2.TestAllTypes()390 proto2.optional_nested_message.bb = 5391 proto1.MergeFrom(proto2)1254 proto2 = unittest_pb2.TestAllTypes.FromString(string1)1257 self.assertEqual(proto2, proto1)1264 proto2 = unittest_pb2.TestAllTypes()1266 proto2.optional_string = 'value'1268 proto2.MergeFrom(proto1)1269 self.assertEqual(1, proto2.optional_int32)1270 self.assertEqual('value', proto2.optional_string)[all …]
180 int proto2 = c->u.port.protocol; in sepol_port_exists() local184 if (proto == proto2 && low2 == low && high2 == high) { in sepol_port_exists()218 int proto2 = c->u.port.protocol; in sepol_port_query() local222 if (proto == proto2 && low2 == low && high2 == high) { in sepol_port_query()
145 scoped_ptr<DistilledPageProto> proto2(new DistilledPageProto); in TEST_F() local146 EXPECT_CALL(viewer_delegate2, OnArticleReady(proto2.get())); in TEST_F()148 distiller2->RunDistillerCallback(proto2.Pass()); in TEST_F()
40 // See: http://go/proto2-generic-services-default43 // We don't put this in a package within proto2 because we need to make sure44 // that the generated code doesn't depend on being in the proto2 namespace.
38 // We don't put this in a package within proto2 because we need to make sure39 // that the generated code doesn't depend on being in the proto2 namespace.
7 syntax = "proto2";
5 syntax = "proto2";
10 syntax = "proto2";
6 syntax = "proto2";
1 syntax = "proto2";