Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/allocator.traits/allocator.traits.members/
Dselect_on_container_copy_construction.pass.cpp42 B select_on_container_copy_construction() const in select_on_container_copy_construction() function
52 assert(std::allocator_traits<A<int> >::select_on_container_copy_construction(a).id == 0); in main()
56 assert(std::allocator_traits<A<int> >::select_on_container_copy_construction(a).id == 0); in main()
61 assert(std::allocator_traits<B<int> >::select_on_container_copy_construction(b).id == 100); in main()
65 assert(std::allocator_traits<B<int> >::select_on_container_copy_construction(b).id == 100); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/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()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dscoped_allocator89 scoped_allocator_adaptor select_on_container_copy_construction() const noexcept;
248 select_on_container_copy_construction() const _NOEXCEPT
253 select_on_container_copy_construction(outer_allocator()),
255 select_on_container_copy_construction(inner_allocator())
315 select_on_container_copy_construction() const _NOEXCEPT
318 select_on_container_copy_construction(outer_allocator())
487 scoped_allocator_adaptor select_on_container_copy_construction() const _NOEXCEPT
488 {return base::select_on_container_copy_construction();}
Dmemory96 select_on_container_copy_construction(const allocator_type& a);
1337 -> decltype(__a.select_on_container_copy_construction(), true_type());
1495 select_on_container_copy_construction(const allocator_type& __a)
1496 {return select_on_container_copy_construction(
1601 select_on_container_copy_construction(true_type, const allocator_type& __a)
1602 {return __a.select_on_container_copy_construction();}
1605 select_on_container_copy_construction(false_type, const allocator_type& __a)
D__hash_table1215 select_on_container_copy_construction(
1218 select_on_container_copy_construction(__u.__node_alloc())),
Dset878 __alloc_traits::select_on_container_copy_construction(__s.__tree_.__alloc()))
Dvector1198 : __base(__alloc_traits::select_on_container_copy_construction(__x.__alloc()))
2746 __cap_alloc_(0, __storage_traits::select_on_container_copy_construction(__v.__alloc()))
Dforward_list867 __node_traits::select_on_container_copy_construction(__x.__alloc())
Dmap1624 __alloc_traits::select_on_container_copy_construction(__m.__tree_.__alloc()))
Dlist1172 __node_alloc_traits::select_on_container_copy_construction(
D__tree1292 __pair1_(__node_traits::select_on_container_copy_construction(__t.__node_alloc())),
Ddeque1482 : __base(__alloc_traits::select_on_container_copy_construction(__c.__alloc()))
Dstring2092 : __r_(__alloc_traits::select_on_container_copy_construction(__str.__alloc()))
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/
Dtest_allocator.h138 other_allocator select_on_container_copy_construction() const in select_on_container_copy_construction() function
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/support/
Dallocators.h159 A3 select_on_container_copy_construction() const {return A3(-1);} in select_on_container_copy_construction() function
Dtest_allocator.h205 other_allocator select_on_container_copy_construction() const in select_on_container_copy_construction() function
/ndk/tests/device/test-libc++-static-full/jni/
DAndroid.mk3857 …-test, utilities/allocator.adaptor/allocator.adaptor.members/select_on_container_copy_construction)
3971 …, utilities/memory/allocator.traits/allocator.traits.members/select_on_container_copy_construction)
/ndk/tests/device/test-libc++-shared-full/jni/
DAndroid.mk3866 …-test, utilities/allocator.adaptor/allocator.adaptor.members/select_on_container_copy_construction)
3980 …, utilities/memory/allocator.traits/allocator.traits.members/select_on_container_copy_construction)