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

  /external/libcxx/test/support/
uses_alloc_types.hpp 78 class NotUsesAllocator;
82 // 'NotUsesAllocator' never provides a 'allocator_type' typedef so it is
361 class NotUsesAllocator : public UsesAllocatorTestBase<NotUsesAllocator<Alloc, Arity>, Alloc>
366 using Base = UsesAllocatorTestBase<NotUsesAllocator, Alloc>;
369 NotUsesAllocator() : Base(&makeArgumentID<>()) {}
370 NotUsesAllocator(NotUsesAllocator const&)
371 : Base(&makeArgumentID<NotUsesAllocator const&>()) {}
372 NotUsesAllocator(NotUsesAllocator &&
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/support/
uses_alloc_types.hpp 78 class NotUsesAllocator;
82 // 'NotUsesAllocator' never provides a 'allocator_type' typedef so it is
361 class NotUsesAllocator : public UsesAllocatorTestBase<NotUsesAllocator<Alloc, Arity>, Alloc>
366 using Base = UsesAllocatorTestBase<NotUsesAllocator, Alloc>;
369 NotUsesAllocator() : Base(&makeArgumentID<>()) {}
370 NotUsesAllocator(NotUsesAllocator const&)
371 : Base(&makeArgumentID<NotUsesAllocator const&>()) {}
372 NotUsesAllocator(NotUsesAllocator &&
    [all...]
  /external/libcxx/test/std/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.mem/
construct_pair_const_lvalue_pair.pass.cpp 73 using T = NotUsesAllocator<Alloc, 1>;
74 using U = NotUsesAllocator<Alloc, 1>;
89 using U = NotUsesAllocator<Alloc, 1>;
construct_pair_rvalue.pass.cpp 72 using T = NotUsesAllocator<Alloc, 1>;
73 using U = NotUsesAllocator<Alloc, 1>;
88 using U = NotUsesAllocator<Alloc, 1>;
construct_pair_values.pass.cpp 71 using T = NotUsesAllocator<Alloc, 1>;
72 using U = NotUsesAllocator<Alloc, 1>;
90 using U = NotUsesAllocator<Alloc, 1>;
construct_piecewise_pair.pass.cpp 61 using T = NotUsesAllocator<Alloc, sizeof...(TTypes)>;
62 using U = NotUsesAllocator<Alloc, sizeof...(UTypes)>;
80 using U = NotUsesAllocator<Alloc, sizeof...(UTypes)>;
construct_types.pass.cpp 102 // NotUsesAllocator provides valid signatures for each uses-allocator
106 using T = NotUsesAllocator<Alloc, sizeof...(Args)>;
135 using T = NotUsesAllocator<Alloc, sizeof...(Args)>;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.mem/
construct_pair_const_lvalue_pair.pass.cpp 73 using T = NotUsesAllocator<Alloc, 1>;
74 using U = NotUsesAllocator<Alloc, 1>;
89 using U = NotUsesAllocator<Alloc, 1>;
construct_pair_rvalue.pass.cpp 72 using T = NotUsesAllocator<Alloc, 1>;
73 using U = NotUsesAllocator<Alloc, 1>;
88 using U = NotUsesAllocator<Alloc, 1>;
construct_pair_values.pass.cpp 71 using T = NotUsesAllocator<Alloc, 1>;
72 using U = NotUsesAllocator<Alloc, 1>;
90 using U = NotUsesAllocator<Alloc, 1>;
construct_piecewise_pair.pass.cpp 61 using T = NotUsesAllocator<Alloc, sizeof...(TTypes)>;
62 using U = NotUsesAllocator<Alloc, sizeof...(UTypes)>;
80 using U = NotUsesAllocator<Alloc, sizeof...(UTypes)>;
construct_types.pass.cpp 102 // NotUsesAllocator provides valid signatures for each uses-allocator
106 using T = NotUsesAllocator<Alloc, sizeof...(Args)>;
135 using T = NotUsesAllocator<Alloc, sizeof...(Args)>;
  /external/libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.members/
construct_pair.pass.cpp 59 using U = NotUsesAllocator<VoidAlloc, 0>;
115 using U = NotUsesAllocator<VoidAlloc2, 0>;
construct_pair_const_lvalue_pair.pass.cpp 63 using U = NotUsesAllocator<VoidAlloc, 1>;
127 using U = NotUsesAllocator<VoidAlloc2, 1>;
construct_pair_piecewise.pass.cpp 64 using U = NotUsesAllocator<VoidAlloc, 1>;
128 using U = NotUsesAllocator<VoidAlloc2, 1>;
construct_pair_rvalue.pass.cpp 63 using U = NotUsesAllocator<VoidAlloc, 1>;
127 using U = NotUsesAllocator<VoidAlloc2, 1>;
construct_pair_values.pass.cpp 61 using U = NotUsesAllocator<VoidAlloc, 1>;
121 using U = NotUsesAllocator<VoidAlloc2, 1>;
construct_type.pass.cpp 39 using T = NotUsesAllocator<VoidAlloc2, 3>;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/allocator.adaptor/allocator.adaptor.members/
construct_pair.pass.cpp 59 using U = NotUsesAllocator<VoidAlloc, 0>;
115 using U = NotUsesAllocator<VoidAlloc2, 0>;
construct_pair_const_lvalue_pair.pass.cpp 63 using U = NotUsesAllocator<VoidAlloc, 1>;
127 using U = NotUsesAllocator<VoidAlloc2, 1>;
construct_pair_piecewise.pass.cpp 64 using U = NotUsesAllocator<VoidAlloc, 1>;
128 using U = NotUsesAllocator<VoidAlloc2, 1>;
construct_pair_rvalue.pass.cpp 63 using U = NotUsesAllocator<VoidAlloc, 1>;
127 using U = NotUsesAllocator<VoidAlloc2, 1>;
construct_pair_values.pass.cpp 61 using U = NotUsesAllocator<VoidAlloc, 1>;
121 using U = NotUsesAllocator<VoidAlloc2, 1>;
construct_type.pass.cpp 39 using T = NotUsesAllocator<VoidAlloc2, 3>;

Completed in 553 milliseconds