/external/libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.types/ |
D | propagate_on_container_swap.pass.cpp | 29 typedef std::true_type propagate_on_container_swap; typedef 43 typedef std::true_type propagate_on_container_swap; typedef 48 …static_assert((std::is_same<std::allocator_traits<A<char> >::propagate_on_container_swap, std::tru… in main() 49 …static_assert((std::is_same<std::allocator_traits<B<char> >::propagate_on_container_swap, std::fal… in main() 51 …static_assert((std::is_same<std::allocator_traits<C<char> >::propagate_on_container_swap, std::fal… in main()
|
/external/libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.types/ |
D | propagate_on_container_swap.pass.cpp | 27 std::scoped_allocator_adaptor<A1<int>>::propagate_on_container_swap, in main() 31 std::scoped_allocator_adaptor<A1<int>, A2<int>>::propagate_on_container_swap, in main() 35 std::scoped_allocator_adaptor<A1<int>, A2<int>, A3<int>>::propagate_on_container_swap, in main()
|
/external/libcxx/test/std/containers/associative/multiset/multiset.special/ |
D | swap_noexcept.pass.cpp | 66 typedef std::true_type propagate_on_container_swap; typedef 78 typedef std::false_type propagate_on_container_swap; typedef 91 typedef std::false_type propagate_on_container_swap; typedef
|
/external/libcxx/test/std/containers/associative/set/set.special/ |
D | swap_noexcept.pass.cpp | 66 typedef std::true_type propagate_on_container_swap; typedef 78 typedef std::false_type propagate_on_container_swap; typedef 91 typedef std::false_type propagate_on_container_swap; typedef
|
/external/libcxx/test/std/containers/associative/map/map.special/ |
D | swap_noexcept.pass.cpp | 66 typedef std::true_type propagate_on_container_swap; typedef 78 typedef std::false_type propagate_on_container_swap; typedef 91 typedef std::false_type propagate_on_container_swap; typedef
|
/external/libcxx/test/std/containers/associative/multimap/multimap.special/ |
D | swap_noexcept.pass.cpp | 66 typedef std::true_type propagate_on_container_swap; typedef 78 typedef std::false_type propagate_on_container_swap; typedef 91 typedef std::false_type propagate_on_container_swap; typedef
|
/external/libcxx/test/std/strings/basic.string/string.nonmembers/string.special/ |
D | swap_noexcept.pass.cpp | 40 typedef std::true_type propagate_on_container_swap; typedef 52 typedef std::false_type propagate_on_container_swap; typedef
|
/external/libcxx/test/std/containers/sequences/forwardlist/forwardlist.spec/ |
D | swap_noexcept.pass.cpp | 40 typedef std::true_type propagate_on_container_swap; typedef 52 typedef std::false_type propagate_on_container_swap; typedef
|
/external/libcxx/test/std/containers/sequences/list/list.special/ |
D | swap_noexcept.pass.cpp | 40 typedef std::true_type propagate_on_container_swap; typedef 52 typedef std::false_type propagate_on_container_swap; typedef
|
/external/libcxx/test/std/containers/sequences/deque/deque.special/ |
D | swap_noexcept.pass.cpp | 40 typedef std::true_type propagate_on_container_swap; typedef 52 typedef std::false_type propagate_on_container_swap; typedef
|
/external/libcxx/test/std/containers/sequences/vector.bool/ |
D | swap_noexcept.pass.cpp | 40 typedef std::true_type propagate_on_container_swap; typedef 52 typedef std::false_type propagate_on_container_swap; typedef
|
/external/libcxx/test/std/containers/sequences/vector/vector.special/ |
D | swap_noexcept.pass.cpp | 41 typedef std::true_type propagate_on_container_swap; typedef 53 typedef std::false_type propagate_on_container_swap; typedef
|
/external/libcxx/test/std/containers/unord/unord.map/unord.map.swap/ |
D | swap_noexcept.pass.cpp | 93 typedef std::true_type propagate_on_container_swap; typedef 105 typedef std::false_type propagate_on_container_swap; typedef 118 typedef std::false_type propagate_on_container_swap; typedef
|
/external/libcxx/test/std/containers/unord/unord.multimap/unord.multimap.swap/ |
D | swap_noexcept.pass.cpp | 93 typedef std::true_type propagate_on_container_swap; typedef 105 typedef std::false_type propagate_on_container_swap; typedef 118 typedef std::false_type propagate_on_container_swap; typedef
|
/external/libcxx/test/std/containers/unord/unord.set/unord.set.swap/ |
D | swap_noexcept.pass.cpp | 93 typedef std::true_type propagate_on_container_swap; typedef 105 typedef std::false_type propagate_on_container_swap; typedef 118 typedef std::false_type propagate_on_container_swap; typedef
|
/external/libcxx/test/std/containers/unord/unord.multiset/unord.multiset.swap/ |
D | swap_noexcept.pass.cpp | 93 typedef std::true_type propagate_on_container_swap; typedef 105 typedef std::false_type propagate_on_container_swap; typedef 118 typedef std::false_type propagate_on_container_swap; typedef
|
/external/libcxx/include/ |
D | scoped_allocator | 40 typedef see below propagate_on_container_swap; 165 propagate_on_container_swap::value; 172 allocator_traits<_A0>::propagate_on_container_swap::value || 418 > propagate_on_container_swap;
|
D | vector | 122 noexcept(allocator_traits<allocator_type>::propagate_on_container_swap::value || 240 noexcept(allocator_traits<allocator_type>::propagate_on_container_swap::value || 761 _NOEXCEPT_DEBUG_(!__alloc_traits::propagate_on_container_swap::value || 2030 _NOEXCEPT_DEBUG_(!__alloc_traits::propagate_on_container_swap::value || 2034 _LIBCPP_ASSERT(__alloc_traits::propagate_on_container_swap::value || 2036 "vector::swap: Either propagate_on_container_swap must be true" 2042 integral_constant<bool,__alloc_traits::propagate_on_container_swap::value>()); 2407 _NOEXCEPT_(!__alloc_traits::propagate_on_container_swap::value || 3200 _NOEXCEPT_(!__alloc_traits::propagate_on_container_swap::value || 3208 integral_constant<bool, __alloc_traits::propagate_on_container_swap::value>());
|
D | __split_buffer | 148 _NOEXCEPT_(!__alloc_traits::propagate_on_container_swap::value|| 413 _NOEXCEPT_(!__alloc_traits::propagate_on_container_swap::value||
|
D | __hash_table | 1229 && (!allocator_traits<__pointer_allocator>::propagate_on_container_swap::value 1231 && (!__node_traits::propagate_on_container_swap::value 2576 && (!allocator_traits<__pointer_allocator>::propagate_on_container_swap::value 2578 && (!__node_traits::propagate_on_container_swap::value 2585 _LIBCPP_ASSERT(__node_traits::propagate_on_container_swap::value || 2587 "list::swap: Either propagate_on_container_swap must be true"
|
D | list | 633 _NOEXCEPT_DEBUG_(!__alloc_traits::propagate_on_container_swap::value || 746 _NOEXCEPT_DEBUG_(!__alloc_traits::propagate_on_container_swap::value || 750 _LIBCPP_ASSERT(__alloc_traits::propagate_on_container_swap::value || 752 "list::swap: Either propagate_on_container_swap must be true" 1015 _NOEXCEPT_DEBUG_(!__node_alloc_traits::propagate_on_container_swap::value ||
|
D | set | 127 (!allocator_type::propagate_on_container_swap::value || 309 (!allocator_type::propagate_on_container_swap::value ||
|
D | deque | 983 _NOEXCEPT_(!__alloc_traits::propagate_on_container_swap::value || 1152 _NOEXCEPT_(!__alloc_traits::propagate_on_container_swap::value || 1383 _NOEXCEPT_(!__alloc_traits::propagate_on_container_swap::value || 2833 _NOEXCEPT_(!__alloc_traits::propagate_on_container_swap::value ||
|
/external/libcxx/test/support/ |
D | allocators.h | 139 typedef std::true_type propagate_on_container_swap; typedef
|
D | test_allocator.h | 239 typedef std::true_type propagate_on_container_swap; typedef
|