/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/ |
is_pointer.hpp | 12 // Fixed is_pointer, is_reference, is_const, is_volatile, is_same, 46 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 [all...] |
is_scalar.hpp | 14 #include <boost/type_traits/is_pointer.hpp> 33 ::boost::is_pointer<T>::value,
|
remove_pointer.hpp | 22 #include <boost/type_traits/is_pointer.hpp> 68 typedef typename remove_pointer_imp3<T, ::boost::is_pointer<T>::value>::type type;
|
/external/chromium/base/ |
template_util_unittest.cc | 19 EXPECT_FALSE(is_pointer<int>::value); 20 EXPECT_FALSE(is_pointer<int&>::value); 21 EXPECT_TRUE(is_pointer<int*>::value); 22 EXPECT_TRUE(is_pointer<const int*>::value);
|
template_util.h | 29 template <class T> struct is_pointer : false_type {}; struct in namespace:base 30 template <class T> struct is_pointer<T*> : true_type {}; struct in namespace:base
|
/external/chromium_org/base/ |
template_util_unittest.cc | 20 // is_pointer<Type> 21 COMPILE_ASSERT(!is_pointer<int>::value, IsPointer); 22 COMPILE_ASSERT(!is_pointer<int&>::value, IsPointer); 23 COMPILE_ASSERT(is_pointer<int*>::value, IsPointer); 24 COMPILE_ASSERT(is_pointer<const int*>::value, IsPointer);
|
/external/stlport/stlport/stl/ |
boost_type_traits.h | 34 #include <boost/type_traits/is_pointer.hpp> 54 enum { is_pointer = ::boost::is_pointer<_Tp>::value }; enumerator in enum:_IsPtr::__anon29363 55 typedef typename __bool2type<is_pointer>::_Ret _Ret; 126 enum { is_pointer = ::boost::is_pointer<_Tp>::value }; enumerator in enum:_DefaultZeroValue::__anon29377 127 typedef typename __bool2type<is_pointer>::_Ret _IsPointer;
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
boost_type_traits.h | 34 #include <boost/type_traits/is_pointer.hpp> 54 enum { is_pointer = ::boost::is_pointer<_Tp>::value }; enumerator in enum:_IsPtr::__anon35888 55 typedef typename __bool2type<is_pointer>::_Ret _Ret; 126 enum { is_pointer = ::boost::is_pointer<_Tp>::value }; enumerator in enum:_DefaultZeroValue::__anon35902 127 typedef typename __bool2type<is_pointer>::_Ret _IsPointer;
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
boost_type_traits.h | 34 #include <boost/type_traits/is_pointer.hpp> 54 enum { is_pointer = ::boost::is_pointer<_Tp>::value }; enumerator in enum:_IsPtr::__anon46985 55 typedef typename __bool2type<is_pointer>::_Ret _Ret; 126 enum { is_pointer = ::boost::is_pointer<_Tp>::value }; enumerator in enum:_DefaultZeroValue::__anon46999 127 typedef typename __bool2type<is_pointer>::_Ret _IsPointer;
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
boost_type_traits.h | 34 #include <boost/type_traits/is_pointer.hpp> 54 enum { is_pointer = ::boost::is_pointer<_Tp>::value }; enumerator in enum:_IsPtr::__anon48083 55 typedef typename __bool2type<is_pointer>::_Ret _Ret; 126 enum { is_pointer = ::boost::is_pointer<_Tp>::value }; enumerator in enum:_DefaultZeroValue::__anon48097 127 typedef typename __bool2type<is_pointer>::_Ret _IsPointer;
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
boost_type_traits.h | 34 #include <boost/type_traits/is_pointer.hpp> 54 enum { is_pointer = ::boost::is_pointer<_Tp>::value }; enumerator in enum:_IsPtr::__anon52755 55 typedef typename __bool2type<is_pointer>::_Ret _Ret; 126 enum { is_pointer = ::boost::is_pointer<_Tp>::value }; enumerator in enum:_DefaultZeroValue::__anon52769 127 typedef typename __bool2type<is_pointer>::_Ret _IsPointer;
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
boost_type_traits.h | 34 #include <boost/type_traits/is_pointer.hpp> 54 enum { is_pointer = ::boost::is_pointer<_Tp>::value }; enumerator in enum:_IsPtr::__anon57218 55 typedef typename __bool2type<is_pointer>::_Ret _Ret; 126 enum { is_pointer = ::boost::is_pointer<_Tp>::value }; enumerator in enum:_DefaultZeroValue::__anon57232 127 typedef typename __bool2type<is_pointer>::_Ret _IsPointer;
|
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/ |
boost_type_traits.h | 34 #include <boost/type_traits/is_pointer.hpp> 54 enum { is_pointer = ::boost::is_pointer<_Tp>::value }; enumerator in enum:_IsPtr::__anon62650 55 typedef typename __bool2type<is_pointer>::_Ret _Ret; 126 enum { is_pointer = ::boost::is_pointer<_Tp>::value }; enumerator in enum:_DefaultZeroValue::__anon62664 127 typedef typename __bool2type<is_pointer>::_Ret _IsPointer;
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/ |
type_traits_unittest.cc | 227 // Verify that is_pointer is true for some pointer types. 228 EXPECT_TRUE(is_pointer<int*>::value); 229 EXPECT_TRUE(is_pointer<void*>::value); 230 EXPECT_TRUE(is_pointer<string*>::value); 231 EXPECT_TRUE(is_pointer<const void*>::value); 232 EXPECT_TRUE(is_pointer<volatile float* const*>::value); 234 // Verify that is_pointer is false for some non-pointer types. 235 EXPECT_FALSE(is_pointer<void>::value); 236 EXPECT_FALSE(is_pointer<float&>::value); 237 EXPECT_FALSE(is_pointer<long>::value) [all...] |
type_traits.h | 40 // is_pointer 71 template <class T> struct is_pointer; 136 // is_pointer is false except for pointer types. A cv-qualified type (e.g. 139 template <class T> struct is_pointer : false_type { }; struct in namespace:google::protobuf::internal 140 template <class T> struct is_pointer<T*> : true_type { }; struct in namespace:google::protobuf::internal 141 template <class T> struct is_pointer<const T> : is_pointer<T> { }; struct in namespace:google::protobuf::internal 142 template <class T> struct is_pointer<volatile T> : is_pointer<T> { }; struct in namespace:google::protobuf::internal 143 template <class T> struct is_pointer<const volatile T> : is_pointer<T> { } struct in namespace:google::protobuf::internal [all...] |
/external/llvm/include/llvm/Support/ |
type_traits.h | 142 template <typename T> struct is_pointer : false_type {}; struct in namespace:llvm 143 template <typename T> struct is_pointer<T*> : true_type {}; struct in namespace:llvm 144 template <typename T> struct is_pointer<T* const> : true_type {}; struct in namespace:llvm 145 template <typename T> struct is_pointer<T* volatile> : true_type {}; struct in namespace:llvm 146 template <typename T> struct is_pointer<T* const volatile> : true_type {}; struct in namespace:llvm 171 value = (!is_class<UnderlyingT>::value && !is_pointer<UnderlyingT>::value && 218 typename enable_if<is_pointer<T> >::type> { 228 struct add_const_past_pointer<T, typename enable_if<is_pointer<T> >::type> {
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/ |
unique_ptr.h | 137 { static_assert(!is_pointer<deleter_type>::value, 143 { static_assert(!is_pointer<deleter_type>::value, 317 __or_<__not_<is_pointer<_Up_pointer>>, 318 __not_<is_pointer<_Tp_pointer>>, 331 { static_assert(!std::is_pointer<deleter_type>::value, 337 { static_assert(!is_pointer<deleter_type>::value, 340 template<typename _Up, typename = _Require<is_pointer<pointer>, 452 template<typename _Up, typename = _Require<is_pointer<pointer>, 468 template<typename _Up, typename = _Require<is_pointer<pointer>, 474 template<typename _Up, typename = _Require<is_pointer<pointer> [all...] |
/external/chromium_org/third_party/cld/base/ |
type_traits.h | 13 // is_pointer 67 // is_pointer is false except for pointer types. 68 template <class T> struct is_pointer : false_type { }; struct in namespace:base 69 template <class T> struct is_pointer<T*> : true_type { }; struct in namespace:base 83 is_pointer<T>::value)> { };
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/detail/ |
indirect_traits.hpp | 9 # include <boost/type_traits/is_pointer.hpp> 191 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
|
/external/clang/test/SemaTemplate/ |
temp_class_spec.cpp | 3 struct is_pointer { struct 8 struct is_pointer<T*> { struct 13 struct is_pointer<const T*> { struct 17 int array0[is_pointer<int>::value? -1 : 1]; 18 int array1[is_pointer<int*>::value? 1 : -1]; 19 int array2[is_pointer<const int*>::value? 1 : -1];
|
/frameworks/rs/cpp/util/ |
TypeHelpers.h | 44 is_pointer = trait_pointer<TYPE>::value, enumerator in enum:android::RSC::traits::__anon33342 46 has_trivial_ctor = is_pointer || trait_trivial_ctor<TYPE>::value, 48 has_trivial_dtor = is_pointer || trait_trivial_dtor<TYPE>::value, 50 has_trivial_copy = is_pointer || trait_trivial_copy<TYPE>::value, 52 has_trivial_move = is_pointer || trait_trivial_move<TYPE>::value 59 is_pointer = false, enumerator in enum:android::RSC::aggregate_traits::__anon33343
|
/frameworks/rs/server/ |
TypeHelpers.h | 44 is_pointer = trait_pointer<TYPE>::value, enumerator in enum:android::traits::__anon33413 46 has_trivial_ctor = is_pointer || trait_trivial_ctor<TYPE>::value, 48 has_trivial_dtor = is_pointer || trait_trivial_dtor<TYPE>::value, 50 has_trivial_copy = is_pointer || trait_trivial_copy<TYPE>::value, 52 has_trivial_move = is_pointer || trait_trivial_move<TYPE>::value 59 is_pointer = false, enumerator in enum:android::aggregate_traits::__anon33414
|
/system/core/include/utils/ |
TypeHelpers.h | 44 is_pointer = trait_pointer<TYPE>::value, enumerator in enum:android::traits::__anon63584 46 has_trivial_ctor = is_pointer || trait_trivial_ctor<TYPE>::value, 48 has_trivial_dtor = is_pointer || trait_trivial_dtor<TYPE>::value, 50 has_trivial_copy = is_pointer || trait_trivial_copy<TYPE>::value, 52 has_trivial_move = is_pointer || trait_trivial_move<TYPE>::value 59 is_pointer = false, enumerator in enum:android::aggregate_traits::__anon63585
|
/system/core/libpixelflinger/codeflinger/tinyutils/ |
TypeHelpers.h | 57 is_pointer = trait_pointer<TYPE>::value, enumerator in enum:android::tinyutils::traits::__anon63665 58 has_trivial_ctor = is_pointer || trait_trivial_ctor<TYPE>::value, 59 has_trivial_dtor = is_pointer || trait_trivial_dtor<TYPE>::value, 60 has_trivial_copy = is_pointer || trait_trivial_copy<TYPE>::value, 61 has_trivial_assign = is_pointer || trait_trivial_assign<TYPE>::value 68 is_pointer = false, enumerator in enum:android::tinyutils::aggregate_traits::__anon63666
|
/external/chromium_org/third_party/libaddressinput/chromium/cpp/include/libaddressinput/util/ |
template_util.h | 30 template <class T> struct is_pointer : false_type {}; struct in namespace:i18n::addressinput 31 template <class T> struct is_pointer<T*> : true_type {}; struct in namespace:i18n::addressinput
|