Searched refs:const_void_pointer (Results 1 - 7 of 7) sorted by relevance

/external/libcxx/test/utilities/memory/allocator.traits/allocator.traits.types/
H A Dconst_void_pointer.pass.cpp15 // typedef Alloc::const_void_pointer
17 // const_void_pointer;
47 typedef CPtr<const void> const_void_pointer; typedef in struct:C
52 static_assert((std::is_same<std::allocator_traits<A<char> >::const_void_pointer, Ptr<const void> >::value), "");
53 static_assert((std::is_same<std::allocator_traits<B<char> >::const_void_pointer, const void*>::value), "");
54 static_assert((std::is_same<std::allocator_traits<C<char> >::const_void_pointer, CPtr<const void> >::value), "");
H A Ddifference_type.pass.cpp43 struct const_void_pointer {}; struct in struct:C
H A Dsize_type.pass.cpp42 struct const_void_pointer {}; struct in struct:C
H A DAndroid.mk55 test_name := utilities/memory/allocator.traits/allocator.traits.types/const_void_pointer
56 test_src := const_void_pointer.pass.cpp
/external/libcxx/test/utilities/allocator.adaptor/
H A Dtypes.pass.cpp23 // typedef typename OuterTraits::const_void_pointer const_void_pointer;
65 std::scoped_allocator_adaptor<A1<int>>::const_void_pointer,
98 std::scoped_allocator_adaptor<A2<int>, A1<int>>::const_void_pointer,
/external/libcxx/test/utilities/allocator.adaptor/allocator.adaptor.types/
H A Dallocator_pointers.pass.cpp30 // typedef Alloc::const_void_pointer
32 // const_void_pointer;
72 typename std::allocator_traits<Alloc>::const_void_pointer cvp;
/external/libcxx/test/utilities/memory/default.allocator/
H A Dallocator_pointers.pass.cpp30 // typedef Alloc::const_void_pointer
32 // const_void_pointer;
72 typename std::allocator_traits<Alloc>::const_void_pointer cvp;

Completed in 409 milliseconds