/external/gmock/include/gmock/ |
H A D | gmock-actions.h | 981 N, T, internal::IsAProtocolMessage<T>::value> > 984 N, T, internal::IsAProtocolMessage<T>::value>(x)); 1012 N, T, internal::IsAProtocolMessage<T>::value> > 1015 N, T, internal::IsAProtocolMessage<T>::value>(x));
|
/external/google-breakpad/src/testing/include/gmock/ |
H A D | gmock-actions.h | 981 N, T, internal::IsAProtocolMessage<T>::value> > 984 N, T, internal::IsAProtocolMessage<T>::value>(x)); 1012 N, T, internal::IsAProtocolMessage<T>::value> > 1015 N, T, internal::IsAProtocolMessage<T>::value>(x));
|
/external/google-breakpad/src/testing/gtest/include/gtest/ |
H A D | gtest-printers.h | 202 (internal::IsAProtocolMessage<T>::value ? kProtobuf :
|
/external/gtest/include/gtest/ |
H A D | gtest-printers.h | 202 (internal::IsAProtocolMessage<T>::value ? kProtobuf :
|
/external/gtest/include/gtest/internal/ |
H A D | gtest-internal.h | 828 // IsAProtocolMessage<T>::value is a compile-time bool constant that's 832 struct IsAProtocolMessage struct in namespace:testing::internal
|
/external/llvm/utils/unittest/googletest/include/gtest/ |
H A D | gtest-printers.h | 202 (internal::IsAProtocolMessage<T>::value ? kProtobuf :
|
/external/mesa3d/src/gtest/include/gtest/ |
H A D | gtest-printers.h | 202 (internal::IsAProtocolMessage<T>::value ? kProtobuf :
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/ |
H A D | gtest-printers.h | 202 (internal::IsAProtocolMessage<T>::value ? kProtobuf :
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/ |
H A D | gtest-internal.h | 828 // IsAProtocolMessage<T>::value is a compile-time bool constant that's 832 struct IsAProtocolMessage struct in namespace:testing::internal
|
/external/google-breakpad/src/testing/gtest/test/ |
H A D | gtest_unittest.cc | 175 using testing::internal::IsAProtocolMessage; 7207 // Tests that IsAProtocolMessage<T>::value is a compile-time constant. 7209 GTEST_COMPILE_ASSERT_(IsAProtocolMessage<ProtocolMessage>::value, 7211 GTEST_COMPILE_ASSERT_(!IsAProtocolMessage<int>::value, const_false); 7214 // Tests that IsAProtocolMessage<T>::value is true when T is 7217 EXPECT_TRUE(IsAProtocolMessage< ::proto2::Message>::value); 7218 EXPECT_TRUE(IsAProtocolMessage<ProtocolMessage>::value); 7221 // Tests that IsAProtocolMessage<T>::value is false when T is neither 7224 EXPECT_FALSE(IsAProtocolMessage<int>::value); 7225 EXPECT_FALSE(IsAProtocolMessage<cons [all...] |
/external/gtest/test/ |
H A D | gtest_unittest.cc | 264 using testing::internal::IsAProtocolMessage; 7065 // Tests that IsAProtocolMessage<T>::value is a compile-time constant. 7067 GTEST_COMPILE_ASSERT_(IsAProtocolMessage<ProtocolMessage>::value, 7069 GTEST_COMPILE_ASSERT_(!IsAProtocolMessage<int>::value, const_false); 7072 // Tests that IsAProtocolMessage<T>::value is true when T is 7075 EXPECT_TRUE(IsAProtocolMessage< ::proto2::Message>::value); 7076 EXPECT_TRUE(IsAProtocolMessage<ProtocolMessage>::value); 7079 // Tests that IsAProtocolMessage<T>::value is false when T is neither 7082 EXPECT_FALSE(IsAProtocolMessage<int>::value); 7083 EXPECT_FALSE(IsAProtocolMessage<cons [all...] |
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/ |
H A D | gtest_unittest.cc | 264 using testing::internal::IsAProtocolMessage; 7065 // Tests that IsAProtocolMessage<T>::value is a compile-time constant. 7067 GTEST_COMPILE_ASSERT_(IsAProtocolMessage<ProtocolMessage>::value, 7069 GTEST_COMPILE_ASSERT_(!IsAProtocolMessage<int>::value, const_false); 7072 // Tests that IsAProtocolMessage<T>::value is true when T is 7075 EXPECT_TRUE(IsAProtocolMessage< ::proto2::Message>::value); 7076 EXPECT_TRUE(IsAProtocolMessage<ProtocolMessage>::value); 7079 // Tests that IsAProtocolMessage<T>::value is false when T is neither 7082 EXPECT_FALSE(IsAProtocolMessage<int>::value); 7083 EXPECT_FALSE(IsAProtocolMessage<cons [all...] |
/external/google-breakpad/src/testing/gtest/include/gtest/internal/ |
H A D | gtest-internal.h | 902 // IsAProtocolMessage<T>::value is a compile-time bool constant that's 906 struct IsAProtocolMessage struct in namespace:testing::internal
|
/external/llvm/utils/unittest/googletest/include/gtest/internal/ |
H A D | gtest-internal.h | 925 // IsAProtocolMessage<T>::value is a compile-time bool constant that's 929 struct IsAProtocolMessage struct in namespace:testing::internal
|
/external/mesa3d/src/gtest/include/gtest/internal/ |
H A D | gtest-internal.h | 896 // IsAProtocolMessage<T>::value is a compile-time bool constant that's 900 struct IsAProtocolMessage struct in namespace:testing::internal
|
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/ |
H A D | gtest.h | 7788 // IsAProtocolMessage<T>::value is a compile-time bool constant that's 7792 struct IsAProtocolMessage struct in namespace:testing::internal 9393 (internal::IsAProtocolMessage<T>::value ? kProtobuf :
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/ |
H A D | gtest.h | 7789 // IsAProtocolMessage<T>::value is a compile-time bool constant that's 7793 struct IsAProtocolMessage struct in namespace:testing::internal 9394 (internal::IsAProtocolMessage<T>::value ? kProtobuf :
|