HomeSort by relevance Sort by last modified time
    Searched refs:CPtr (Results 1 - 6 of 6) sorted by null

  /external/libcxx/test/utilities/memory/allocator.traits/allocator.traits.types/
const_pointer.pass.cpp 40 struct CPtr {};
46 typedef CPtr<T> pointer;
47 typedef CPtr<const T> const_pointer;
54 static_assert((std::is_same<std::allocator_traits<C<char> >::const_pointer, CPtr<const char> >::value), "");
const_void_pointer.pass.cpp 41 struct CPtr {};
47 typedef CPtr<const void> const_void_pointer;
54 static_assert((std::is_same<std::allocator_traits<C<char> >::const_void_pointer, CPtr<const void> >::value), "");
void_pointer.pass.cpp 41 struct CPtr {};
47 typedef CPtr<void> void_pointer;
54 static_assert((std::is_same<std::allocator_traits<C<char> >::void_pointer, CPtr<void> >::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/allocator.traits/allocator.traits.types/
const_pointer.pass.cpp 40 struct CPtr {};
46 typedef CPtr<T> pointer;
47 typedef CPtr<const T> const_pointer;
54 static_assert((std::is_same<std::allocator_traits<C<char> >::const_pointer, CPtr<const char> >::value), "");
const_void_pointer.pass.cpp 41 struct CPtr {};
47 typedef CPtr<const void> const_void_pointer;
54 static_assert((std::is_same<std::allocator_traits<C<char> >::const_void_pointer, CPtr<const void> >::value), "");
void_pointer.pass.cpp 41 struct CPtr {};
47 typedef CPtr<void> void_pointer;
54 static_assert((std::is_same<std::allocator_traits<C<char> >::void_pointer, CPtr<void> >::value), "");

Completed in 157 milliseconds