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

1 23 4 5 6 7 8

  /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 44 COMPILE_ASSERT(base::is_pointer<Value>::value,
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.cat/
array.pass.cpp 23 static_assert(!std::is_pointer<T>::value, "");
function.pass.cpp 23 static_assert(!std::is_pointer<T>::value, "");
integral.pass.cpp 23 static_assert(!std::is_pointer<T>::value, "");
member_function_pointer.pass.cpp 23 static_assert(!std::is_pointer<T>::value, "");
pointer.pass.cpp 23 static_assert( std::is_pointer<T>::value, "");
  /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/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,
  /prebuilts/ndk/7/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/8/sources/cxx-stl/gnu-libstdc++/4.4.3/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,
  /external/stlport/stlport/
type_traits 255 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/cxx-stl/stlport/stlport/
type_traits 255 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
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/
type_traits 255 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
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/
type_traits 255 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
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/
type_traits 255 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
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/
type_traits 255 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
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/
type_traits 255 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
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1_impl/
type_traits 163 /// is_pointer
165 struct is_pointer
284 || is_pointer<_Tp>::value
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
type_traits 163 /// is_pointer
165 struct is_pointer
284 || is_pointer<_Tp>::value
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
type_traits 163 /// is_pointer
165 struct is_pointer
284 || is_pointer<_Tp>::value

Completed in 713 milliseconds

1 23 4 5 6 7 8