Home
last modified time | relevance | path

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

12

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/
Dis_pointer.hpp46 BOOST_TT_AUX_BOOL_TRAIT_DEF1(is_pointer,T,__is_pointer(T))
93 BOOST_TT_AUX_BOOL_TRAIT_DEF1(is_pointer,T,::boost::detail::is_pointer_impl<T>::value)
96 BOOST_TT_AUX_BOOL_TRAIT_PARTIAL_SPEC1_1(typename T,is_pointer,T&,false)
97 BOOST_TT_AUX_BOOL_TRAIT_PARTIAL_SPEC1_1(typename T,is_pointer,T& const,false)
98 BOOST_TT_AUX_BOOL_TRAIT_PARTIAL_SPEC1_1(typename T,is_pointer,T& volatile,false)
99 BOOST_TT_AUX_BOOL_TRAIT_PARTIAL_SPEC1_1(typename T,is_pointer,T& const volatile,false)
145 BOOST_TT_AUX_BOOL_TRAIT_IMPL_SPEC1(is_pointer,void,false)
147 BOOST_TT_AUX_BOOL_TRAIT_IMPL_SPEC1(is_pointer,void const,false)
148 BOOST_TT_AUX_BOOL_TRAIT_IMPL_SPEC1(is_pointer,void volatile,false)
149 BOOST_TT_AUX_BOOL_TRAIT_IMPL_SPEC1(is_pointer,void const volatile,false)
[all …]
Dis_scalar.hpp33 ::boost::is_pointer<T>::value,
Dremove_pointer.hpp68 typedef typename remove_pointer_imp3<T, ::boost::is_pointer<T>::value>::type type;
/ndk/sources/cxx-stl/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;
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/detail/
Dindirect_traits.hpp191 is_pointer<T>
234 is_pointer<V>
277 : mpl::if_<is_pointer<T>, is_pointer_to_function_aux<T>, mpl::bool_<false> >::type
474 = (is_pointer<T>::value
Dcall_traits.hpp88 ::boost::is_pointer<T>::value,
Diterator.hpp405 is_pointer<Iterator>
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.cat/
Drvalue_ref.pass.cpp26 static_assert(!std::is_pointer<T>::value, ""); in test_rvalue_ref()
Dlvalue_ref.pass.cpp26 static_assert(!std::is_pointer<T>::value, ""); in test_lvalue_ref()
Dvoid.pass.cpp26 static_assert(!std::is_pointer<T>::value, ""); in test_void_imp()
Dfloating_point.pass.cpp26 static_assert(!std::is_pointer<T>::value, ""); in test_floating_point_imp()
Dmember_object_pointer.pass.cpp26 static_assert(!std::is_pointer<T>::value, ""); in test_member_object_pointer_imp()
Dunion.pass.cpp26 static_assert(!std::is_pointer<T>::value, ""); in test_union_imp()
Dnullptr.pass.cpp26 static_assert(!std::is_pointer<T>::value, ""); in test_nullptr_imp()
Dclass.pass.cpp26 static_assert(!std::is_pointer<T>::value, ""); in test_class_imp()
Dpointer.pass.cpp26 static_assert( std::is_pointer<T>::value, ""); in test_pointer_imp()
Darray.pass.cpp26 static_assert(!std::is_pointer<T>::value, ""); in test_array_imp()
Denum.pass.cpp26 static_assert(!std::is_pointer<T>::value, ""); in test_enum_imp()
Dfunction.pass.cpp26 static_assert(!std::is_pointer<T>::value, ""); in test_function_imp()
Dintegral.pass.cpp26 static_assert(!std::is_pointer<T>::value, ""); in test_integral_imp()
Dmember_function_pointer.pass.cpp26 static_assert(!std::is_pointer<T>::value, ""); in test_member_function_pointer_imp()
/ndk/sources/third_party/googletest/googletest/include/gtest/
Dgtest-message.h109 StreamHelper(typename internal::is_pointer<T>::type(), value);
Dgtest-printers.h376 DefaultPrintTo(IsContainerTest<T>(0), is_pointer<T>(), value, os); in PrintTo()
/ndk/sources/cxx-stl/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
/ndk/sources/third_party/googletest/googletest/include/gtest/internal/
Dgtest-port.h1621 struct is_pointer : public false_type {};
1624 struct is_pointer<T*> : public true_type {};

12