Searched refs:proto2 (Results 1 - 24 of 24) sorted by relevance

/external/selinux/libsemanage/src/
H A Dports_local.c99 int proto2, low2, high2; local
107 proto2 = semanage_port_get_proto(ports[j]);
110 proto_str2 = semanage_port_get_proto_str(proto2);
112 } while (proto != proto2);
/external/protobuf/python/google/protobuf/internal/
H A Dreflection_test.py401 proto2 = unittest_pb2.TestAllTypes()
402 proto2.optional_nested_message.bb = 5
403 proto1.MergeFrom(proto2)
588 proto2 = unittest_pb2.TestRequiredForeign()
589 proto.CopyFrom(proto2)
625 proto2 = unittest_pb2.TestAllTypes()
626 proto2.ParseFromString(proto.SerializeToString())
627 self.assertIsInstance(getattr(proto2, field_name), expected_type)
1291 proto2 = unittest_pb2.TestAllTypes.FromString(string1)
1294 self.assertEqual(proto2, proto
[all...]
/external/selinux/libsepol/src/
H A Dports.c186 int proto2 = c->u.port.protocol; local
190 if (proto == proto2 && low2 == low && high2 == high) {
224 int proto2 = c->u.port.protocol; local
228 if (proto == proto2 && low2 == low && high2 == high) {
/external/curl/packages/vms/
H A Dbuild_libcurl_pc.com164 $ proto2 = " LDAP LDAPS POP3 POP3S RTSP SMTP SMTPS TELNET TFTP"
165 $ proto = proto1 + proto2
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
H A Dgtest-internal.h77 namespace proto2 { class Message; } namespace
829 // true iff T is type ProtocolMessage, proto2::Message, or a subclass
835 ImplicitlyConvertible<const T*, const ::proto2::Message*>::value> {
/external/google-breakpad/src/testing/test/
H A Dgmock-actions_test.cc868 // proto2::Message variable pointed to by the N-th (0-based) argument
878 Action<void(bool, ::proto2::Message*)> a = SetArgPointee<1>(*msg);
887 ::proto2::Message* const dest_base = &dest;
987 // proto2::Message variable pointed to by the N-th (0-based) argument
997 Action<void(bool, ::proto2::Message*)> a = SetArgumentPointee<1>(*msg);
1006 ::proto2::Message* const dest_base = &dest;
H A Dgmock-internal-utils_test.cc53 namespace proto2 { namespace
55 } // namespace proto2
/external/googletest/googlemock/test/
H A Dgmock-actions_test.cc953 // proto2::Message variable pointed to by the N-th (0-based) argument
963 Action<void(bool, ::proto2::Message*)> a = SetArgPointee<1>(*msg);
972 ::proto2::Message* const dest_base = &dest;
1072 // proto2::Message variable pointed to by the N-th (0-based) argument
1082 Action<void(bool, ::proto2::Message*)> a = SetArgumentPointee<1>(*msg);
1091 ::proto2::Message* const dest_base = &dest;
H A Dgmock-internal-utils_test.cc63 namespace proto2 { namespace
65 } // namespace proto2
/external/v8/testing/gmock/test/
H A Dgmock-actions_test.cc953 // proto2::Message variable pointed to by the N-th (0-based) argument
963 Action<void(bool, ::proto2::Message*)> a = SetArgPointee<1>(*msg);
972 ::proto2::Message* const dest_base = &dest;
1072 // proto2::Message variable pointed to by the N-th (0-based) argument
1082 Action<void(bool, ::proto2::Message*)> a = SetArgumentPointee<1>(*msg);
1091 ::proto2::Message* const dest_base = &dest;
H A Dgmock-internal-utils_test.cc62 namespace proto2 { namespace
64 } // namespace proto2
/external/google-breakpad/src/testing/gtest/include/gtest/internal/
H A Dgtest-internal.h101 namespace proto2 { class Message; } namespace
903 // true iff T is type ProtocolMessage, proto2::Message, or a subclass
909 ImplicitlyConvertible<const T*, const ::proto2::Message*>::value> {
/external/googletest/googletest/include/gtest/internal/
H A Dgtest-internal.h80 namespace proto2 { class Message; } namespace
900 // true iff T is type ProtocolMessage, proto2::Message, or a subclass
906 ImplicitlyConvertible<const T*, const ::proto2::Message*>::value> {
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
H A Dgtest-internal.h80 namespace proto2 { class Message; } namespace
900 // true iff T is type ProtocolMessage, proto2::Message, or a subclass
906 ImplicitlyConvertible<const T*, const ::proto2::Message*>::value> {
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-internal.h130 namespace proto2 { class Message; } namespace
926 // true iff T is type ProtocolMessage, proto2::Message, or a subclass
932 ImplicitlyConvertible<const T*, const ::proto2::Message*>::value> {
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-internal.h101 namespace proto2 { class Message; } namespace
897 // true iff T is type ProtocolMessage, proto2::Message, or a subclass
903 ImplicitlyConvertible<const T*, const ::proto2::Message*>::value> {
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-internal.h121 namespace proto2 { class Message; } namespace
917 // true iff T is type ProtocolMessage, proto2::Message, or a subclass
923 ImplicitlyConvertible<const T*, const ::proto2::Message*>::value> {
/external/v8/testing/gtest/include/gtest/internal/
H A Dgtest-internal.h80 namespace proto2 { class Message; } namespace
900 // true iff T is type ProtocolMessage, proto2::Message, or a subclass
906 ImplicitlyConvertible<const T*, const ::proto2::Message*>::value> {
/external/google-breakpad/src/testing/gtest/test/
H A Dgtest_unittest.cc7215 // proto2::Message or a sub-class of it.
7217 EXPECT_TRUE(IsAProtocolMessage< ::proto2::Message>::value);
/external/googletest/googletest/test/
H A Dgtest_unittest.cc7356 // proto2::Message or a sub-class of it.
7358 EXPECT_TRUE(IsAProtocolMessage< ::proto2::Message>::value);
/external/v8/testing/gtest/test/
H A Dgtest_unittest.cc7356 // proto2::Message or a sub-class of it.
7358 EXPECT_TRUE(IsAProtocolMessage< ::proto2::Message>::value);
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/
H A Dgtest_unittest.cc7073 // proto2::Message or a sub-class of it.
7075 EXPECT_TRUE(IsAProtocolMessage< ::proto2::Message>::value);
/external/fmtlib/test/gtest/
H A Dgtest.h7037 namespace proto2 { class Message; } namespace
7789 // true iff T is type ProtocolMessage, proto2::Message, or a subclass
7795 ImplicitlyConvertible<const T*, const ::proto2::Message*>::value> {
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
H A Dgtest.h7038 namespace proto2 { class Message; } namespace
7790 // true iff T is type ProtocolMessage, proto2::Message, or a subclass
7796 ImplicitlyConvertible<const T*, const ::proto2::Message*>::value> {

Completed in 1190 milliseconds