Home
last modified time | relevance | path

Searched refs:select_on_container_copy_construction (Results 1 – 17 of 17) sorted by relevance

/external/libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.members/
Dselect_on_container_copy_construction.pass.cpp44 B select_on_container_copy_construction() const in select_on_container_copy_construction() function
54 assert(std::allocator_traits<A<int> >::select_on_container_copy_construction(a).id == 0); in main()
58 assert(std::allocator_traits<A<int> >::select_on_container_copy_construction(a).id == 0); in main()
63 assert(std::allocator_traits<B<int> >::select_on_container_copy_construction(b).id == 100); in main()
67 assert(std::allocator_traits<B<int> >::select_on_container_copy_construction(b).id == 100); in main()
/external/libcxx/test/std/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.mem/
Dselect_on_container_copy_construction.pass.cpp32 std::is_same<decltype(a.select_on_container_copy_construction()), A>::value, in main()
39 A const other = a.select_on_container_copy_construction(); in main()
48 A const other = a.select_on_container_copy_construction(); in main()
/external/libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.members/
Dselect_on_container_copy_construction.pass.cpp30 A a2 = std::allocator_traits<A>::select_on_container_copy_construction(a1); in main()
38 A a2 = std::allocator_traits<A>::select_on_container_copy_construction(a1); in main()
48 A a2 = std::allocator_traits<A>::select_on_container_copy_construction(a1); in main()
/external/libcxx/include/
Dscoped_allocator92 scoped_allocator_adaptor select_on_container_copy_construction() const noexcept;
267 select_on_container_copy_construction() const _NOEXCEPT
272 select_on_container_copy_construction(outer_allocator()),
274 select_on_container_copy_construction(inner_allocator())
334 select_on_container_copy_construction() const _NOEXCEPT
337 select_on_container_copy_construction(outer_allocator())
563 scoped_allocator_adaptor select_on_container_copy_construction() const _NOEXCEPT
564 {return base::select_on_container_copy_construction();}
Dmemory98 select_on_container_copy_construction(const allocator_type& a);
1422 -> decltype(__a.select_on_container_copy_construction(), true_type());
1582 select_on_container_copy_construction(const allocator_type& __a)
1583 {return select_on_container_copy_construction(
1723 select_on_container_copy_construction(true_type, const allocator_type& __a)
1724 {return __a.select_on_container_copy_construction();}
1727 select_on_container_copy_construction(false_type, const allocator_type& __a)
D__hash_table1424 select_on_container_copy_construction(
1427 select_on_container_copy_construction(__u.__node_alloc())),
Dset892 __alloc_traits::select_on_container_copy_construction(__s.__tree_.__alloc()))
Dvector1192 : __base(__alloc_traits::select_on_container_copy_construction(__x.__alloc()))
2796 __cap_alloc_(0, __storage_traits::select_on_container_copy_construction(__v.__alloc()))
Dforward_list943 __node_traits::select_on_container_copy_construction(__x.__alloc())
Dmap1575 __alloc_traits::select_on_container_copy_construction(__m.__tree_.__alloc()))
Dlist1221 __node_alloc_traits::select_on_container_copy_construction(
D__tree1672 __pair1_(__node_traits::select_on_container_copy_construction(__t.__node_alloc())),
Ddeque1518 : __base(__alloc_traits::select_on_container_copy_construction(__c.__alloc()))
Dstring1619 : __r_(__alloc_traits::select_on_container_copy_construction(__str.__alloc()))
/external/libcxx/test/support/
Dallocators.h167 A3 select_on_container_copy_construction() const {return A3(-1);} in select_on_container_copy_construction() function
Dtest_allocator.h229 other_allocator select_on_container_copy_construction() const in select_on_container_copy_construction() function
/external/libcxx/include/experimental/
Dmemory_resource270 select_on_container_copy_construction() const _NOEXCEPT