Searched refs:propagate_on_container_swap (Results 1 - 17 of 17) sorted by relevance

/external/libcxx/test/utilities/allocator.adaptor/allocator.adaptor.types/
H A Dpropagate_on_container_swap.pass.cpp15 // typedef see below propagate_on_container_swap;
27 std::scoped_allocator_adaptor<A1<int>>::propagate_on_container_swap,
31 std::scoped_allocator_adaptor<A1<int>, A2<int>>::propagate_on_container_swap,
35 std::scoped_allocator_adaptor<A1<int>, A2<int>, A3<int>>::propagate_on_container_swap,
H A DAndroid.mk27 test_name := utilities/allocator.adaptor/allocator.adaptor.types/propagate_on_container_swap
28 test_src := propagate_on_container_swap.pass.cpp
/external/libcxx/test/utilities/memory/allocator.traits/allocator.traits.types/
H A Dpropagate_on_container_swap.pass.cpp15 // typedef Alloc::propagate_on_container_swap
16 // | false_type propagate_on_container_swap;
27 typedef std::true_type propagate_on_container_swap; typedef in struct:A
38 static_assert((std::is_same<std::allocator_traits<A<char> >::propagate_on_container_swap, std::true_type>::value), "");
39 static_assert((std::is_same<std::allocator_traits<B<char> >::propagate_on_container_swap, std::false_type>::value), "");
H A DAndroid.mk39 test_name := utilities/memory/allocator.traits/allocator.traits.types/propagate_on_container_swap
40 test_src := propagate_on_container_swap.pass.cpp
/external/libcxx/test/strings/basic.string/string.nonmembers/string.special/
H A Dswap_noexcept.pass.cpp13 // noexcept(!allocator_type::propagate_on_container_swap::value ||
32 typedef std::true_type propagate_on_container_swap; typedef in struct:some_alloc
/external/libcxx/test/containers/associative/map/map.special/
H A Dswap_noexcept.pass.cpp13 // noexcept(!allocator_type::propagate_on_container_swap::value ||
33 typedef std::true_type propagate_on_container_swap; typedef in struct:some_comp
/external/libcxx/test/containers/associative/multimap/multimap.special/
H A Dswap_noexcept.pass.cpp13 // noexcept(!allocator_type::propagate_on_container_swap::value ||
33 typedef std::true_type propagate_on_container_swap; typedef in struct:some_comp
/external/libcxx/test/containers/associative/multiset/multiset.special/
H A Dswap_noexcept.pass.cpp13 // noexcept(!allocator_type::propagate_on_container_swap::value ||
33 typedef std::true_type propagate_on_container_swap; typedef in struct:some_comp
/external/libcxx/test/containers/associative/set/set.special/
H A Dswap_noexcept.pass.cpp13 // noexcept(!allocator_type::propagate_on_container_swap::value ||
33 typedef std::true_type propagate_on_container_swap; typedef in struct:some_comp
/external/libcxx/test/containers/sequences/deque/deque.special/
H A Dswap_noexcept.pass.cpp13 // noexcept(!allocator_type::propagate_on_container_swap::value ||
33 typedef std::true_type propagate_on_container_swap; typedef in struct:some_alloc
/external/libcxx/test/containers/sequences/forwardlist/forwardlist.spec/
H A Dswap_noexcept.pass.cpp13 // noexcept(!allocator_type::propagate_on_container_swap::value ||
33 typedef std::true_type propagate_on_container_swap; typedef in struct:some_alloc
/external/libcxx/test/containers/sequences/list/list.special/
H A Dswap_noexcept.pass.cpp13 // noexcept(!allocator_type::propagate_on_container_swap::value ||
33 typedef std::true_type propagate_on_container_swap; typedef in struct:some_alloc
/external/libcxx/test/containers/sequences/vector/vector.special/
H A Dswap_noexcept.pass.cpp13 // noexcept(!allocator_type::propagate_on_container_swap::value ||
33 typedef std::true_type propagate_on_container_swap; typedef in struct:some_alloc
/external/libcxx/test/containers/sequences/vector.bool/
H A Dswap_noexcept.pass.cpp13 // noexcept(!allocator_type::propagate_on_container_swap::value ||
32 typedef std::true_type propagate_on_container_swap; typedef in struct:some_alloc
/external/libcxx/test/support/
H A Dallocators.h133 typedef std::true_type propagate_on_container_swap; typedef in class:A3
H A Dtest_allocator.h155 typedef std::true_type propagate_on_container_swap; typedef in class:other_allocator
/external/libcxx/test/thread/futures/
H A Dtest_allocator.h148 typedef std::true_type propagate_on_container_swap; typedef in class:other_allocator

Completed in 122 milliseconds