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

1 23 4 5 6

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.cat/
union.pass.cpp 23 static_assert(!std::is_pointer<T>::value, "");
  /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...]
  /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
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/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/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/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/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,
  /external/chromium_org/base/
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/chromium/net/socket/
client_socket_pool.h 165 COMPILE_ASSERT(!base::is_pointer<scoped_refptr<SocketParams> >::value,
  /external/chromium/sdch/open-vcdiff/src/gtest/
gtest-message.h 109 StreamHelper(typename internal::is_pointer<T>::type(), value);
194 // tr1::type_traits-like is_pointer works, and we can overload on that.
  /external/chromium/testing/gtest/include/gtest/
gtest-message.h 114 StreamHelper(typename internal::is_pointer<T>::type(), value);
200 // tr1::type_traits-like is_pointer works, and we can overload on that.
  /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/chromium_org/third_party/mesa/src/src/gtest/include/gtest/
gtest-message.h 114 StreamHelper(typename internal::is_pointer<T>::type(), value);
200 // tr1::type_traits-like is_pointer works, and we can overload on that.
  /external/gtest/include/gtest/
gtest-message.h 114 StreamHelper(typename internal::is_pointer<T>::type(), value);
200 // tr1::type_traits-like is_pointer works, and we can overload on that.
  /external/llvm/utils/unittest/googletest/include/gtest/
gtest-message.h 114 StreamHelper(typename internal::is_pointer<T>::type(), value);
200 // tr1::type_traits-like is_pointer works, and we can overload on that.
  /external/mesa3d/src/gtest/include/gtest/
gtest-message.h 114 StreamHelper(typename internal::is_pointer<T>::type(), value);
200 // tr1::type_traits-like is_pointer works, and we can overload on that.
  /external/open-vcdiff/gtest/include/gtest/
gtest-message.h 109 StreamHelper(typename internal::is_pointer<T>::type(), value);
194 // tr1::type_traits-like is_pointer works, and we can overload on that.
  /external/protobuf/gtest/include/gtest/
gtest-message.h 109 StreamHelper(typename internal::is_pointer<T>::type(), value);
194 // tr1::type_traits-like is_pointer works, and we can overload on that.
  /ndk/sources/third_party/googletest/googletest/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*/,
  /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.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,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
unique_ptr.h 99 { static_assert(!std::is_pointer<deleter_type>::value,
105 { static_assert(!std::is_pointer<deleter_type>::value,
247 { static_assert(!std::is_pointer<deleter_type>::value,
253 { static_assert(!std::is_pointer<deleter_type>::value,
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
unique_ptr.h 99 { static_assert(!std::is_pointer<deleter_type>::value,
105 { static_assert(!std::is_pointer<deleter_type>::value,
247 { static_assert(!std::is_pointer<deleter_type>::value,
253 { static_assert(!std::is_pointer<deleter_type>::value,
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
unique_ptr.h 99 { static_assert(!std::is_pointer<deleter_type>::value,
105 { static_assert(!std::is_pointer<deleter_type>::value,
247 { static_assert(!std::is_pointer<deleter_type>::value,
253 { static_assert(!std::is_pointer<deleter_type>::value,

Completed in 730 milliseconds

1 23 4 5 6