Home
last modified time | relevance | path

Searched refs:is_pointer (Results 1 – 13 of 13) sorted by relevance

/external/astl/include/
Dtype_traits.h122 template<typename> struct is_pointer : public false_type { }; struct
125 struct is_pointer<_T*>: public true_type { };
128 struct is_pointer<_T* const>: public true_type { };
131 struct is_pointer<_T* volatile>: public true_type { };
134 struct is_pointer<_T* const volatile>: public true_type { };
145 : public integral_constant<bool, (is_arithmetic<_T>::value || is_pointer<_T>::value)> { };
/external/stlport/stlport/stl/
Dboost_type_traits.h54 enum { is_pointer = ::boost::is_pointer<_Tp>::value }; enumerator
55 typedef typename __bool2type<is_pointer>::_Ret _Ret;
126 enum { is_pointer = ::boost::is_pointer<_Tp>::value }; enumerator
127 typedef typename __bool2type<is_pointer>::_Ret _IsPointer;
/external/astl/tests/
Dtest_type_traits.cpp101 using std::is_pointer; in testIsPointer()
102 EXPECT_TRUE(is_pointer<float>::value == false); in testIsPointer()
103 EXPECT_TRUE(is_pointer<int *>::value == true); in testIsPointer()
/external/chromium/sdch/open-vcdiff/src/gtest/internal/
Dgtest-port.h482 struct is_pointer : public false_type {}; struct
485 struct is_pointer<T*> : public true_type {};
Dgtest-internal.h214 typename internal::is_pointer<T>::type(), value); in FormatForFailureMessage()
/external/stlport/stlport/
Dtype_traits255 struct is_pointer :
259 __CV_SPEC_1(is_pointer,_Tp *,true);
376 || is_pointer<_Tp>::value
402 is_pointer<_Tp>::value ||
411 || is_pointer<_Tp>::value
/external/gtest/include/gtest/internal/
Dgtest-port.h708 struct is_pointer : public false_type {}; struct
711 struct is_pointer<T*> : public true_type {};
Dgtest-internal.h228 typename internal::is_pointer<T>::type(), value); in FormatForFailureMessage()
/external/protobuf/gtest/include/gtest/
Dgtest-message.h109 StreamHelper(typename internal::is_pointer<T>::type(), value);
/external/chromium/sdch/open-vcdiff/src/gtest/
Dgtest-message.h109 StreamHelper(typename internal::is_pointer<T>::type(), value);
/external/gtest/include/gtest/
Dgtest-message.h109 StreamHelper(typename internal::is_pointer<T>::type(), value);
/external/protobuf/gtest/include/gtest/internal/
Dgtest-port.h815 struct is_pointer : public false_type {}; struct
818 struct is_pointer<T*> : public true_type {};
Dgtest-internal.h223 typename internal::is_pointer<T>::type(), value); in FormatForFailureMessage()