Home
last modified time | relevance | path

Searched refs:AllocT (Results 1 – 5 of 5) sorted by relevance

/external/libcxx/test/std/experimental/memory/memory.resource.adaptor/memory.resource.adaptor.ctor/
Dalloc_move.pass.cpp27 typedef CountingAllocator<char> AllocT; in main() typedef
28 typedef ex::resource_adaptor<AllocT> R; in main()
31 AllocT a(P); in main()
39 R const r(AllocT{P}); in main()
42 assert(r.get_allocator() == AllocT{P}); in main()
Dalloc_copy.pass.cpp27 typedef CountingAllocator<char> AllocT; in main() typedef
28 typedef ex::resource_adaptor<AllocT> R; in main()
31 AllocT const a(P); in main()
39 AllocT a(P); in main()
47 AllocT const a(P); in main()
Ddefault.pass.cpp30 typedef CountingAllocator<char> AllocT; // Not default constructible in main() typedef
31 typedef ex::resource_adaptor<AllocT> R; in main()
35 typedef std::allocator<char> AllocT; // Is default constructible in main() typedef
36 typedef ex::resource_adaptor<AllocT> R; in main()
/external/libcxx/test/std/containers/container.requirements/container.requirements.general/
Dallocator_move.pass.cpp33 using AllocT = typename C::allocator_type; in test() typedef
34 C v(AllocT(42, 101)); in test()
40 const AllocT& a = v.get_allocator(); in test()
53 const AllocT& a = v.get_allocator(); in test()
58 const AllocT& a = v2.get_allocator(); in test()
/external/libcxx/test/std/containers/sequences/vector.bool/
Dmove.pass.cpp66 using AllocT = Vect::allocator_type; in main() typedef
70 const AllocT& a = v.get_allocator(); in main()
83 const AllocT& a = v.get_allocator(); in main()
88 const AllocT& a = v2.get_allocator(); in main()