HomeSort by relevance Sort by last modified time
    Searched full:is_pointer (Results 1 - 25 of 189) sorted by null

1 2 3 4 5 6 7 8

  /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);
template_util.h 28 template <class T> struct is_pointer : false_type {}; struct in namespace:base
29 template <class T> struct is_pointer<T*> : true_type {}; struct in namespace:base
  /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::__anon28478
55 typedef typename __bool2type<is_pointer>::_Ret _Ret;
126 enum { is_pointer = ::boost::is_pointer<_Tp>::value }; enumerator in enum:_DefaultZeroValue::__anon28492
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::__anon35000
55 typedef typename __bool2type<is_pointer>::_Ret _Ret;
126 enum { is_pointer = ::boost::is_pointer<_Tp>::value }; enumerator in enum:_DefaultZeroValue::__anon35014
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::__anon46097
55 typedef typename __bool2type<is_pointer>::_Ret _Ret;
126 enum { is_pointer = ::boost::is_pointer<_Tp>::value }; enumerator in enum:_DefaultZeroValue::__anon46111
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::__anon47195
55 typedef typename __bool2type<is_pointer>::_Ret _Ret;
126 enum { is_pointer = ::boost::is_pointer<_Tp>::value }; enumerator in enum:_DefaultZeroValue::__anon47209
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::__anon51867
55 typedef typename __bool2type<is_pointer>::_Ret _Ret;
126 enum { is_pointer = ::boost::is_pointer<_Tp>::value }; enumerator in enum:_DefaultZeroValue::__anon51881
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::__anon56330
55 typedef typename __bool2type<is_pointer>::_Ret _Ret;
126 enum { is_pointer = ::boost::is_pointer<_Tp>::value }; enumerator in enum:_DefaultZeroValue::__anon56344
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::__anon61762
55 typedef typename __bool2type<is_pointer>::_Ret _Ret;
126 enum { is_pointer = ::boost::is_pointer<_Tp>::value }; enumerator in enum:_DefaultZeroValue::__anon61776
127 typedef typename __bool2type<is_pointer>::_Ret _IsPointer;
  /external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
type_traits_unittest.cc 61 using google::protobuf::internal::is_pointer;
247 // Verify that is_pointer is true for some pointer types.
248 EXPECT_TRUE(is_pointer<int*>::value);
249 EXPECT_TRUE(is_pointer<void*>::value);
250 EXPECT_TRUE(is_pointer<string*>::value);
251 EXPECT_TRUE(is_pointer<const void*>::value);
252 EXPECT_TRUE(is_pointer<volatile float* const*>::value);
254 // Verify that is_pointer is false for some non-pointer types.
255 EXPECT_FALSE(is_pointer<void>::value);
256 EXPECT_FALSE(is_pointer<float&>::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::__anon32455
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::__anon32456
  /frameworks/rs/server/
TypeHelpers.h 44 is_pointer = trait_pointer<TYPE>::value, enumerator in enum:android::traits::__anon32526
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::__anon32527
  /system/core/include/utils/
TypeHelpers.h 44 is_pointer = trait_pointer<TYPE>::value, enumerator in enum:android::traits::__anon62695
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::__anon62696
  /system/core/libpixelflinger/codeflinger/tinyutils/
TypeHelpers.h 57 is_pointer = trait_pointer<TYPE>::value, enumerator in enum:android::tinyutils::traits::__anon62776
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::__anon62777

Completed in 1526 milliseconds

1 2 3 4 5 6 7 8