Searched refs:select_on_container_copy_construction (Results 1 - 5 of 5) sorted by relevance

/external/libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.members/
H A Dselect_on_container_copy_construction.pass.cpp16 // select_on_container_copy_construction(const allocator_type& a);
44 B select_on_container_copy_construction() const function in struct:B
54 assert(std::allocator_traits<A<int> >::select_on_container_copy_construction(a).id == 0);
58 assert(std::allocator_traits<A<int> >::select_on_container_copy_construction(a).id == 0);
63 assert(std::allocator_traits<B<int> >::select_on_container_copy_construction(b).id == 100);
67 assert(std::allocator_traits<B<int> >::select_on_container_copy_construction(b).id == 100);
/external/libcxx/test/std/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.mem/
H A Dselect_on_container_copy_construction.pass.cpp18 // polymorphic_allocator<T>::select_on_container_copy_construction() const
32 std::is_same<decltype(a.select_on_container_copy_construction()), A>::value,
39 A const other = a.select_on_container_copy_construction();
48 A const other = a.select_on_container_copy_construction();
/external/libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.members/
H A Dselect_on_container_copy_construction.pass.cpp17 // scoped_allocator_adaptor select_on_container_copy_construction() const;
30 A a2 = std::allocator_traits<A>::select_on_container_copy_construction(a1);
38 A a2 = std::allocator_traits<A>::select_on_container_copy_construction(a1);
48 A a2 = std::allocator_traits<A>::select_on_container_copy_construction(a1);
/external/libcxx/test/support/
H A Dallocators.h167 A3 select_on_container_copy_construction() const {return A3(-1);} function in class:A3
H A Dtest_allocator.h229 other_allocator select_on_container_copy_construction() const function in class:other_allocator

Completed in 196 milliseconds