Home
last modified time | relevance | path

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

1234

/external/llvm-project/libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.types/
Dpropagate_on_container_swap.pass.cpp28 typedef std::true_type propagate_on_container_swap; typedef
42 typedef std::true_type propagate_on_container_swap; typedef
47 …static_assert((std::is_same<std::allocator_traits<A<char> >::propagate_on_container_swap, std::tru… in main()
48 …static_assert((std::is_same<std::allocator_traits<B<char> >::propagate_on_container_swap, std::fal… in main()
50 …static_assert((std::is_same<std::allocator_traits<C<char> >::propagate_on_container_swap, std::fal… in main()
/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/llvm-project/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/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/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/llvm-project/libcxx/test/std/containers/associative/multiset/multiset.special/
Dswap_noexcept.pass.cpp65 typedef std::true_type propagate_on_container_swap; typedef
77 typedef std::false_type propagate_on_container_swap; typedef
90 typedef std::false_type propagate_on_container_swap; typedef
/external/llvm-project/libcxx/test/std/containers/associative/set/set.special/
Dswap_noexcept.pass.cpp65 typedef std::true_type propagate_on_container_swap; typedef
77 typedef std::false_type propagate_on_container_swap; typedef
90 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/llvm-project/libcxx/test/std/containers/associative/multimap/multimap.special/
Dswap_noexcept.pass.cpp65 typedef std::true_type propagate_on_container_swap; typedef
77 typedef std::false_type propagate_on_container_swap; typedef
90 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/llvm-project/libcxx/test/std/strings/basic.string/string.nonmembers/string.special/
Dswap_noexcept.pass.cpp39 typedef std::true_type propagate_on_container_swap; typedef
52 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
53 typedef std::false_type propagate_on_container_swap; typedef
/external/llvm-project/libcxx/test/std/containers/sequences/deque/deque.special/
Dswap_noexcept.pass.cpp39 typedef std::true_type propagate_on_container_swap; typedef
51 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/llvm-project/libcxx/test/std/containers/sequences/vector.bool/
Dswap_noexcept.pass.cpp39 typedef std::true_type propagate_on_container_swap; typedef
51 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/llvm-project/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/llvm-project/libcxx/test/std/containers/sequences/vector/vector.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/llvm-project/libcxx/test/std/containers/sequences/list/list.special/
Dswap_noexcept.pass.cpp39 typedef std::true_type propagate_on_container_swap; typedef
51 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/llvm-project/libcxx/test/std/containers/unord/unord.set/unord.set.swap/
Dswap_noexcept.pass.cpp92 typedef std::true_type propagate_on_container_swap; typedef
104 typedef std::false_type propagate_on_container_swap; typedef
117 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

1234