Searched refs:proto2 (Results 1 – 25 of 53) sorted by relevance
123
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[4294967294] = 0;75 proto2.c = 0;76 proto2[4294967295] = 0;95 proto1.__proto__ = proto2;
391 proto2 = unittest_pb2.TestAllTypes()392 proto2.optional_nested_message.bb = 5393 proto1.MergeFrom(proto2)578 proto2 = unittest_pb2.TestRequiredForeign()579 proto.CopyFrom(proto2)615 proto2 = unittest_pb2.TestAllTypes()616 proto2.ParseFromString(proto.SerializeToString())617 self.assertTrue(isinstance(getattr(proto2, field_name), expected_type))1276 proto2 = unittest_pb2.TestAllTypes.FromString(string1)1279 self.assertEqual(proto2, proto1)[all …]
99 int proto2, low2, high2; in hidden_def() local107 proto2 = semanage_port_get_proto(ports[j]); in hidden_def()110 proto_str2 = semanage_port_get_proto_str(proto2); in hidden_def()112 } while (proto != proto2); in hidden_def()
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()
1 This is the 'v2' C++ implementation for python proto2.
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.
1 syntax = "proto2";
35 // A proto file used to test the "custom options" feature of proto2.39 // See: http://go/proto2-generic-services-default49 // We don't put this in a package within proto2 because we need to make sure50 // that the generated code doesn't depend on being in the proto2 namespace.
5 syntax = "proto2";
164 $ proto2 = " LDAP LDAPS POP3 POP3S RTSP SMTP SMTPS TELNET TFTP"165 $ proto = proto1 + proto2
2 syntax = "proto2";
11 syntax = "proto2";
882 Action<void(bool, ::proto2::Message*)> a = SetArgPointee<1>(*msg); in TEST()891 ::proto2::Message* const dest_base = &dest; in TEST()1001 Action<void(bool, ::proto2::Message*)> a = SetArgumentPointee<1>(*msg); in TEST()1010 ::proto2::Message* const dest_base = &dest; in TEST()