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

  /external/libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.types/
const_void_pointer.pass.cpp 15 // typedef Alloc::const_void_pointer
17 // const_void_pointer;
49 typedef CPtr<const void> const_void_pointer; typedef in struct:C
58 typedef int const_void_pointer; typedef in struct:D
63 static_assert((std::is_same<std::allocator_traits<A<char> >::const_void_pointer, Ptr<const void> >::value), "");
64 static_assert((std::is_same<std::allocator_traits<B<char> >::const_void_pointer, const void*>::value), "");
65 static_assert((std::is_same<std::allocator_traits<C<char> >::const_void_pointer, CPtr<const void> >::value), "");
67 static_assert((std::is_same<std::allocator_traits<D<char> >::const_void_pointer, const void*>::value), "");
difference_type.pass.cpp 45 struct const_void_pointer {}; struct in struct:C
size_type.pass.cpp 44 struct const_void_pointer {}; struct in struct:C
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/memory/allocator.traits/allocator.traits.types/
const_void_pointer.pass.cpp 15 // typedef Alloc::const_void_pointer
17 // const_void_pointer;
49 typedef CPtr<const void> const_void_pointer; typedef in struct:C
58 typedef int const_void_pointer; typedef in struct:D
63 static_assert((std::is_same<std::allocator_traits<A<char> >::const_void_pointer, Ptr<const void> >::value), "");
64 static_assert((std::is_same<std::allocator_traits<B<char> >::const_void_pointer, const void*>::value), "");
65 static_assert((std::is_same<std::allocator_traits<C<char> >::const_void_pointer, CPtr<const void> >::value), "");
67 static_assert((std::is_same<std::allocator_traits<D<char> >::const_void_pointer, const void*>::value), "");
difference_type.pass.cpp 45 struct const_void_pointer {}; struct in struct:C
size_type.pass.cpp 44 struct const_void_pointer {}; struct in struct:C
  /external/libcxx/test/std/utilities/allocator.adaptor/
types.pass.cpp 25 // 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,
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/allocator.adaptor/
types.pass.cpp 25 // 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,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
alloc_traits.h 131 _GLIBCXX_ALLOC_TR_NESTED_TYPE(const_void_pointer,
137 * @c Alloc::const_void_pointer if that type exists, otherwise
140 typedef __const_void_pointer const_void_pointer; typedef in struct:allocator_traits
213 std::declval<const_void_pointer>()))>
226 _S_allocate(_Alloc2& __a, size_type __n, const_void_pointer __hint)
365 allocate(_Alloc& __a, size_type __n, const_void_pointer __hint)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
alloc_traits.h 131 _GLIBCXX_ALLOC_TR_NESTED_TYPE(const_void_pointer,
137 * @c Alloc::const_void_pointer if that type exists, otherwise
140 typedef __const_void_pointer const_void_pointer; typedef in struct:allocator_traits
213 std::declval<const_void_pointer>()))>
226 _S_allocate(_Alloc2& __a, size_type __n, const_void_pointer __hint)
365 allocate(_Alloc& __a, size_type __n, const_void_pointer __hint)
  /external/libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.types/
allocator_pointers.pass.cpp 33 // typedef Alloc::const_void_pointer
35 // const_void_pointer;
78 typename std::allocator_traits<Alloc>::const_void_pointer cvp;
  /external/libcxx/test/std/utilities/memory/default.allocator/
allocator_pointers.pass.cpp 32 // typedef Alloc::const_void_pointer
34 // const_void_pointer;
77 typename std::allocator_traits<Alloc>::const_void_pointer cvp;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/allocator.adaptor/allocator.adaptor.types/
allocator_pointers.pass.cpp 33 // typedef Alloc::const_void_pointer
35 // const_void_pointer;
78 typename std::allocator_traits<Alloc>::const_void_pointer cvp;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/memory/default.allocator/
allocator_pointers.pass.cpp 32 // typedef Alloc::const_void_pointer
34 // const_void_pointer;
77 typename std::allocator_traits<Alloc>::const_void_pointer cvp;

Completed in 1054 milliseconds