Home
last modified time | relevance | path

Searched refs:propagate_on_container_swap (Results 1 – 25 of 30) sorted by relevance

12

/external/libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.types/
Dpropagate_on_container_swap.pass.cpp29 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/
Dpropagate_on_container_swap.pass.cpp27 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/
Dswap_noexcept.pass.cpp66 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/
Dswap_noexcept.pass.cpp66 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/
Dswap_noexcept.pass.cpp66 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/
Dswap_noexcept.pass.cpp66 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/
Dswap_noexcept.pass.cpp40 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/
Dswap_noexcept.pass.cpp40 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/
Dswap_noexcept.pass.cpp40 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/
Dswap_noexcept.pass.cpp41 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/
Dswap_noexcept.pass.cpp40 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/
Dswap_noexcept.pass.cpp40 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/
Dswap_noexcept.pass.cpp93 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/
Dswap_noexcept.pass.cpp93 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/
Dswap_noexcept.pass.cpp93 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/
Dswap_noexcept.pass.cpp93 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/
Dscoped_allocator40 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;
Dvector122 noexcept(allocator_traits<allocator_type>::propagate_on_container_swap::value ||
240 noexcept(allocator_traits<allocator_type>::propagate_on_container_swap::value ||
747 _NOEXCEPT_DEBUG_(!__alloc_traits::propagate_on_container_swap::value ||
2028 _NOEXCEPT_DEBUG_(!__alloc_traits::propagate_on_container_swap::value ||
2032 _LIBCPP_ASSERT(__alloc_traits::propagate_on_container_swap::value ||
2034 "vector::swap: Either propagate_on_container_swap must be true"
2040 integral_constant<bool,__alloc_traits::propagate_on_container_swap::value>());
2404 _NOEXCEPT_(!__alloc_traits::propagate_on_container_swap::value ||
3197 _NOEXCEPT_(!__alloc_traits::propagate_on_container_swap::value ||
3205 integral_constant<bool, __alloc_traits::propagate_on_container_swap::value>());
D__split_buffer148 _NOEXCEPT_(!__alloc_traits::propagate_on_container_swap::value||
413 _NOEXCEPT_(!__alloc_traits::propagate_on_container_swap::value||
D__hash_table1230 && (!allocator_traits<__pointer_allocator>::propagate_on_container_swap::value
1232 && (!__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"
Dlist631 _NOEXCEPT_DEBUG_(!__alloc_traits::propagate_on_container_swap::value ||
744 _NOEXCEPT_DEBUG_(!__alloc_traits::propagate_on_container_swap::value ||
748 _LIBCPP_ASSERT(__alloc_traits::propagate_on_container_swap::value ||
750 "list::swap: Either propagate_on_container_swap must be true"
1008 _NOEXCEPT_DEBUG_(!__node_alloc_traits::propagate_on_container_swap::value ||
Dset127 (!allocator_type::propagate_on_container_swap::value ||
309 (!allocator_type::propagate_on_container_swap::value ||
Ddeque982 _NOEXCEPT_(!__alloc_traits::propagate_on_container_swap::value ||
1151 _NOEXCEPT_(!__alloc_traits::propagate_on_container_swap::value ||
1386 _NOEXCEPT_(!__alloc_traits::propagate_on_container_swap::value ||
2852 _NOEXCEPT_(!__alloc_traits::propagate_on_container_swap::value ||
/external/libcxx/test/support/
Dallocators.h139 typedef std::true_type propagate_on_container_swap; typedef
Dtest_allocator.h239 typedef std::true_type propagate_on_container_swap; typedef

12