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

/ndk/sources/cxx-stl/llvm-libc++/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,
/ndk/sources/cxx-stl/llvm-libc++/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), "");
/ndk/sources/cxx-stl/llvm-libc++/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
/ndk/sources/cxx-stl/llvm-libc++/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
/ndk/sources/cxx-stl/llvm-libc++/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
/ndk/sources/cxx-stl/llvm-libc++/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
/ndk/sources/cxx-stl/llvm-libc++/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
/ndk/sources/cxx-stl/llvm-libc++/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
/ndk/sources/cxx-stl/llvm-libc++/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
/ndk/sources/cxx-stl/llvm-libc++/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
/ndk/sources/cxx-stl/llvm-libc++/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
/ndk/sources/cxx-stl/llvm-libc++/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
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/
H A Dtest_allocator.h108 typedef std::true_type propagate_on_container_swap; typedef in class:other_allocator
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/
H A Dtest_allocator.h108 typedef std::true_type propagate_on_container_swap; typedef in class:other_allocator
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/func.wrap/func.wrap.func/
H A Dtest_allocator.h108 typedef std::true_type propagate_on_container_swap; typedef in class:other_allocator
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/
H A Dtest_allocator.h139 typedef std::true_type propagate_on_container_swap; typedef in class:other_allocator
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/allocator.adaptor/
H A Dallocators.h124 typedef std::true_type propagate_on_container_swap; typedef in class:A3
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/tuple/tuple.tuple/
H A Dallocators.h124 typedef std::true_type propagate_on_container_swap; typedef in class:A3

Completed in 182 milliseconds