Searched refs:is_pointer (Results 1 – 13 of 13) sorted by relevance
122 template<typename> struct is_pointer : public false_type { }; struct125 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)> { };
54 enum { is_pointer = ::boost::is_pointer<_Tp>::value }; enumerator55 typedef typename __bool2type<is_pointer>::_Ret _Ret;126 enum { is_pointer = ::boost::is_pointer<_Tp>::value }; enumerator127 typedef typename __bool2type<is_pointer>::_Ret _IsPointer;
101 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()
482 struct is_pointer : public false_type {}; struct485 struct is_pointer<T*> : public true_type {};
214 typename internal::is_pointer<T>::type(), value); in FormatForFailureMessage()
255 struct is_pointer :259 __CV_SPEC_1(is_pointer,_Tp *,true);376 || is_pointer<_Tp>::value402 is_pointer<_Tp>::value ||411 || is_pointer<_Tp>::value
708 struct is_pointer : public false_type {}; struct711 struct is_pointer<T*> : public true_type {};
228 typename internal::is_pointer<T>::type(), value); in FormatForFailureMessage()
109 StreamHelper(typename internal::is_pointer<T>::type(), value);
815 struct is_pointer : public false_type {}; struct818 struct is_pointer<T*> : public true_type {};
223 typename internal::is_pointer<T>::type(), value); in FormatForFailureMessage()