HomeSort by relevance Sort by last modified time
    Searched full:is_pointer (Results 51 - 75 of 218) sorted by null

1 23 4 5 6 7 8 9

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/
type_utils.hpp 57 using std::tr1::is_pointer;
81 value = is_const<T>::value && is_pointer<T>::value
100 || is_pointer<typename remove_const<T>::type>::value
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/
type_utils.hpp 57 using std::tr1::is_pointer;
81 value = is_const<T>::value && is_pointer<T>::value
100 || is_pointer<typename remove_const<T>::type>::value
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/
type_utils.hpp 57 using std::tr1::is_pointer;
81 value = is_const<T>::value && is_pointer<T>::value
100 || is_pointer<typename remove_const<T>::type>::value
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/
type_utils.hpp 57 using std::tr1::is_pointer;
81 value = is_const<T>::value && is_pointer<T>::value
100 || is_pointer<typename remove_const<T>::type>::value
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
unique_ptr.h 159 { static_assert(!is_pointer<deleter_type>::value,
171 { static_assert(!is_pointer<deleter_type>::value,
400 __or_<__not_<is_pointer<_Up_pointer>>,
401 __not_<is_pointer<_Tp_pointer>>,
416 { static_assert(!std::is_pointer<deleter_type>::value,
428 { static_assert(!is_pointer<deleter_type>::value,
432 template<typename _Up, typename = _Require<is_pointer<pointer>,
585 template<typename _Up, typename = _Require<is_pointer<pointer>,
602 template<typename _Up, typename = _Require<is_pointer<pointer>,
609 template<typename _Up, typename = _Require<is_pointer<pointer>
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/
unique_ptr.h 116 { static_assert(!std::is_pointer<deleter_type>::value,
122 { static_assert(!std::is_pointer<deleter_type>::value,
138 { static_assert(!std::is_pointer<deleter_type>::value,
278 { static_assert(!std::is_pointer<deleter_type>::value,
284 { static_assert(!std::is_pointer<deleter_type>::value,
300 { static_assert(!std::is_pointer<deleter_type>::value,
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
unique_ptr.h 116 { static_assert(!std::is_pointer<deleter_type>::value,
122 { static_assert(!std::is_pointer<deleter_type>::value,
138 { static_assert(!std::is_pointer<deleter_type>::value,
278 { static_assert(!std::is_pointer<deleter_type>::value,
284 { static_assert(!std::is_pointer<deleter_type>::value,
300 { static_assert(!std::is_pointer<deleter_type>::value,
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
unique_ptr.h 116 { static_assert(!std::is_pointer<deleter_type>::value,
122 { static_assert(!std::is_pointer<deleter_type>::value,
138 { static_assert(!std::is_pointer<deleter_type>::value,
284 { static_assert(!std::is_pointer<deleter_type>::value,
290 { static_assert(!std::is_pointer<deleter_type>::value,
306 { static_assert(!std::is_pointer<deleter_type>::value,
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
unique_ptr.h 116 { static_assert(!std::is_pointer<deleter_type>::value,
122 { static_assert(!std::is_pointer<deleter_type>::value,
138 { static_assert(!std::is_pointer<deleter_type>::value,
278 { static_assert(!std::is_pointer<deleter_type>::value,
284 { static_assert(!std::is_pointer<deleter_type>::value,
300 { static_assert(!std::is_pointer<deleter_type>::value,
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
unique_ptr.h 116 { static_assert(!std::is_pointer<deleter_type>::value,
122 { static_assert(!std::is_pointer<deleter_type>::value,
138 { static_assert(!std::is_pointer<deleter_type>::value,
284 { static_assert(!std::is_pointer<deleter_type>::value,
290 { static_assert(!std::is_pointer<deleter_type>::value,
306 { static_assert(!std::is_pointer<deleter_type>::value,
  /external/chromium_org/net/socket/
client_socket_pool_manager_impl.h 45 COMPILE_ASSERT(base::is_pointer<Value>::value,
  /external/chromium_org/testing/gtest/include/gtest/
gtest-message.h 109 StreamHelper(typename internal::is_pointer<T>::type(), value);
204 // tr1::type_traits-like is_pointer works, and we can overload on that.
206 inline void StreamHelper(internal::true_type /*is_pointer*/, T* pointer) {
214 inline void StreamHelper(internal::false_type /*is_pointer*/,
  /external/gtest/include/gtest/
gtest-message.h 109 StreamHelper(typename internal::is_pointer<T>::type(), value);
204 // tr1::type_traits-like is_pointer works, and we can overload on that.
206 inline void StreamHelper(internal::true_type /*is_pointer*/, T* pointer) {
214 inline void StreamHelper(internal::false_type /*is_pointer*/,
  /external/libcxx/test/utilities/meta/meta.unary/meta.unary.cat/
array.pass.cpp 26 static_assert(!std::is_pointer<T>::value, "");
class.pass.cpp 26 static_assert(!std::is_pointer<T>::value, "");
enum.pass.cpp 26 static_assert(!std::is_pointer<T>::value, "");
floating_point.pass.cpp 26 static_assert(!std::is_pointer<T>::value, "");
function.pass.cpp 26 static_assert(!std::is_pointer<T>::value, "");
integral.pass.cpp 26 static_assert(!std::is_pointer<T>::value, "");
member_object_pointer.pass.cpp 26 static_assert(!std::is_pointer<T>::value, "");
nullptr.pass.cpp 26 static_assert(!std::is_pointer<T>::value, "");
pointer.pass.cpp 26 static_assert( std::is_pointer<T>::value, "");
union.pass.cpp 26 static_assert(!std::is_pointer<T>::value, "");
void.pass.cpp 26 static_assert(!std::is_pointer<T>::value, "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.cat/
array.pass.cpp 26 static_assert(!std::is_pointer<T>::value, "");

Completed in 1880 milliseconds

1 23 4 5 6 7 8 9