Searched refs:is_pointer (Results 76 - 86 of 86) sorted by relevance

1234

/external/v8/testing/gtest/include/gtest/
H A Dgtest-printers.h477 DefaultPrintTo(IsContainerTest<T>(0), is_pointer<T>(), value, os);
H A Dgtest.h1461 typename EnableIf<!is_pointer<T2>::value>::type* = 0) {
/external/google-breakpad/src/testing/include/gmock/
H A Dgmock-matchers.h1737 is_pointer<GTEST_REMOVE_CONST_(T)>::type(),
1751 bool MatchAndExplainImpl(true_type /* is_pointer */, const Class* p,
1798 is_pointer<GTEST_REMOVE_CONST_(T)>::type(),
1815 bool MatchAndExplainImpl(true_type /* is_pointer */, const Class* p,
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/
H A Dgtest.h1532 typename EnableIf<!is_pointer<T2>::value>::type* = 0) {
/external/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h2201 is_pointer<GTEST_REMOVE_CONST_(T)>::type(),
2215 bool MatchAndExplainImpl(true_type /* is_pointer */, const Class* p,
2262 is_pointer<GTEST_REMOVE_CONST_(T)>::type(),
2286 bool MatchAndExplainImpl(true_type /* is_pointer */, const Class* p,
/external/v8/testing/gmock/include/gmock/
H A Dgmock-matchers.h2201 is_pointer<GTEST_REMOVE_CONST_(T)>::type(),
2215 bool MatchAndExplainImpl(true_type /* is_pointer */, const Class* p,
2262 is_pointer<GTEST_REMOVE_CONST_(T)>::type(),
2286 bool MatchAndExplainImpl(true_type /* is_pointer */, const Class* p,
/external/clang/test/SemaCXX/
H A Dtype-traits.cpp764 void is_pointer() function
/external/fmtlib/test/gmock/
H A Dgmock.h1425 GTEST_COMPILE_ASSERT_(internal::is_pointer<Result>::value,
6685 is_pointer<GTEST_REMOVE_CONST_(T)>::type(),
6699 bool MatchAndExplainImpl(true_type /* is_pointer */, const Class* p,
6746 is_pointer<GTEST_REMOVE_CONST_(T)>::type(),
6763 bool MatchAndExplainImpl(true_type /* is_pointer */, const Class* p,
/external/fmtlib/test/gtest/
H A Dgtest.h248 // is_pointer - as in TR1; needed on Symbian and IBM XL C/C++ only.
2712 // so a tr1::type_traits-like is_pointer works.
2728 struct is_pointer : public false_type {}; struct in namespace:std::tr1
2731 struct is_pointer<T*> : public true_type {}; struct in namespace:std::tr1
3181 StreamHelper(typename internal::is_pointer<T>::type(), value);
3276 // tr1::type_traits-like is_pointer works, and we can overload on that.
3278 inline void StreamHelper(internal::true_type /*is_pointer*/, T* pointer) {
3286 inline void StreamHelper(internal::false_type /*is_pointer*/,
9567 DefaultPrintTo(IsContainerTest<T>(0), is_pointer<T>(), value, os);
18936 typename EnableIf<!is_pointer<T
[all...]
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
H A Dgtest.h248 // is_pointer - as in TR1; needed on Symbian and IBM XL C/C++ only.
2712 // so a tr1::type_traits-like is_pointer works.
2728 struct is_pointer : public false_type {}; struct in namespace:std::tr1
2731 struct is_pointer<T*> : public true_type {}; struct in namespace:std::tr1
3181 StreamHelper(typename internal::is_pointer<T>::type(), value);
3276 // tr1::type_traits-like is_pointer works, and we can overload on that.
3278 inline void StreamHelper(internal::true_type /*is_pointer*/, T* pointer) {
3286 inline void StreamHelper(internal::false_type /*is_pointer*/,
9568 DefaultPrintTo(IsContainerTest<T>(0), is_pointer<T>(), value, os);
18937 typename EnableIf<!is_pointer<T
[all...]
/external/protobuf/gtest/fused-src/gtest/
H A Dgtest.h226 // is_pointer - as in TR1; needed on Symbian and IBM XL C/C++ only.
2293 // so a tr1::type_traits-like is_pointer works.
2309 struct is_pointer : public false_type {}; struct in namespace:std::tr1
2312 struct is_pointer<T*> : public true_type {}; struct in namespace:std::tr1
6592 // for T and T*, so a tr1::type_traits-like is_pointer works, and we
6612 typename internal::is_pointer<T>::type(), value);
6617 // These are needed as the above solution using is_pointer has the
7985 StreamHelper(typename internal::is_pointer<T>::type(), value);
8070 // tr1::type_traits-like is_pointer works, and we can overload on that.

Completed in 544 milliseconds

1234