/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/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/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/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/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/strings/basic.string/string.nonmembers/string.special/ |
D | swap_noexcept.pass.cpp | 40 typedef std::true_type propagate_on_container_swap; typedef 53 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/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/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/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.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.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.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 | __node_handle | 134 __alloc_traits::propagate_on_container_swap::value || 139 if (__alloc_traits::propagate_on_container_swap::value ||
|
D | scoped_allocator | 40 typedef see below propagate_on_container_swap; 166 propagate_on_container_swap::value; 173 allocator_traits<_A0>::propagate_on_container_swap::value || 419 > 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 || 785 _NOEXCEPT_DEBUG_(!__alloc_traits::propagate_on_container_swap::value || 2070 _NOEXCEPT_DEBUG_(!__alloc_traits::propagate_on_container_swap::value || 2074 _LIBCPP_ASSERT(__alloc_traits::propagate_on_container_swap::value || 2076 "vector::swap: Either propagate_on_container_swap must be true" 2082 integral_constant<bool,__alloc_traits::propagate_on_container_swap::value>()); 2447 _NOEXCEPT_(!__alloc_traits::propagate_on_container_swap::value || 3252 _NOEXCEPT_(!__alloc_traits::propagate_on_container_swap::value || 3260 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 | list | 653 _NOEXCEPT_DEBUG_(!__alloc_traits::propagate_on_container_swap::value || 775 _NOEXCEPT_DEBUG_(!__alloc_traits::propagate_on_container_swap::value || 779 _LIBCPP_ASSERT(__alloc_traits::propagate_on_container_swap::value || 781 "list::swap: Either propagate_on_container_swap must be true" 1044 _NOEXCEPT_DEBUG_(!__node_alloc_traits::propagate_on_container_swap::value ||
|
D | __hash_table | 1266 && (!allocator_traits<__pointer_allocator>::propagate_on_container_swap::value 1268 && (!__node_traits::propagate_on_container_swap::value 2813 && (!allocator_traits<__pointer_allocator>::propagate_on_container_swap::value 2815 && (!__node_traits::propagate_on_container_swap::value 2822 _LIBCPP_ASSERT(__node_traits::propagate_on_container_swap::value || 2824 "list::swap: Either propagate_on_container_swap must be true"
|
D | set | 143 (!allocator_type::propagate_on_container_swap::value || 343 (!allocator_type::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 | 286 typedef std::true_type propagate_on_container_swap; typedef
|