/external/libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.types/ |
propagate_on_container_swap.pass.cpp | 15 // 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,
|
/external/libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.types/ |
propagate_on_container_swap.pass.cpp | 15 // 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/utilities/allocator.adaptor/allocator.adaptor.types/ |
propagate_on_container_swap.pass.cpp | 15 // 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/ |
propagate_on_container_swap.pass.cpp | 15 // 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), "");
|
/external/libcxx/test/std/containers/associative/map/map.special/ |
swap_noexcept.pass.cpp | 13 // noexcept(!allocator_type::propagate_on_container_swap::value || 37 typedef std::true_type propagate_on_container_swap; typedef in struct:some_comp 48 typedef std::true_type propagate_on_container_swap; typedef in struct:some_comp2 65 typedef std::true_type propagate_on_container_swap; typedef in struct:some_alloc 77 typedef std::false_type propagate_on_container_swap; typedef in struct:some_alloc2 90 typedef std::false_type propagate_on_container_swap; typedef in struct:some_alloc3
|
/external/libcxx/test/std/containers/associative/multimap/multimap.special/ |
swap_noexcept.pass.cpp | 13 // noexcept(!allocator_type::propagate_on_container_swap::value || 37 typedef std::true_type propagate_on_container_swap; typedef in struct:some_comp 48 typedef std::true_type propagate_on_container_swap; typedef in struct:some_comp2 65 typedef std::true_type propagate_on_container_swap; typedef in struct:some_alloc 77 typedef std::false_type propagate_on_container_swap; typedef in struct:some_alloc2 90 typedef std::false_type propagate_on_container_swap; typedef in struct:some_alloc3
|
/external/libcxx/test/std/containers/associative/multiset/multiset.special/ |
swap_noexcept.pass.cpp | 13 // noexcept(!allocator_type::propagate_on_container_swap::value || 37 typedef std::true_type propagate_on_container_swap; typedef in struct:some_comp 48 typedef std::true_type propagate_on_container_swap; typedef in struct:some_comp2 65 typedef std::true_type propagate_on_container_swap; typedef in struct:some_alloc 77 typedef std::false_type propagate_on_container_swap; typedef in struct:some_alloc2 90 typedef std::false_type propagate_on_container_swap; typedef in struct:some_alloc3
|
/external/libcxx/test/std/containers/associative/set/set.special/ |
swap_noexcept.pass.cpp | 13 // noexcept(!allocator_type::propagate_on_container_swap::value || 37 typedef std::true_type propagate_on_container_swap; typedef in struct:some_comp 48 typedef std::true_type propagate_on_container_swap; typedef in struct:some_comp2 65 typedef std::true_type propagate_on_container_swap; typedef in struct:some_alloc 77 typedef std::false_type propagate_on_container_swap; typedef in struct:some_alloc2 90 typedef std::false_type propagate_on_container_swap; typedef in struct:some_alloc3
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.nonmembers/string.special/ |
swap_noexcept.pass.cpp | 13 // 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/std/containers/sequences/deque/deque.special/ |
swap_noexcept.pass.cpp | 13 // noexcept(!allocator_type::propagate_on_container_swap::value || 36 typedef std::true_type propagate_on_container_swap; typedef in struct:some_alloc 48 typedef std::false_type propagate_on_container_swap; typedef in struct:some_alloc2
|
/external/libcxx/test/std/containers/sequences/forwardlist/forwardlist.spec/ |
swap_noexcept.pass.cpp | 13 // noexcept(!allocator_type::propagate_on_container_swap::value || 36 typedef std::true_type propagate_on_container_swap; typedef in struct:some_alloc 48 typedef std::false_type propagate_on_container_swap; typedef in struct:some_alloc2
|
/external/libcxx/test/std/containers/sequences/list/list.special/ |
swap_noexcept.pass.cpp | 13 // noexcept(!allocator_type::propagate_on_container_swap::value || 36 typedef std::true_type propagate_on_container_swap; typedef in struct:some_alloc 48 typedef std::false_type propagate_on_container_swap; typedef in struct:some_alloc2
|
/external/libcxx/test/std/containers/sequences/vector/vector.special/ |
swap_noexcept.pass.cpp | 13 // noexcept(!allocator_type::propagate_on_container_swap::value || 17 // noexcept(allocator_traits<Allocator>::propagate_on_container_swap::value || 37 typedef std::true_type propagate_on_container_swap; typedef in struct:some_alloc 49 typedef std::false_type propagate_on_container_swap; typedef in struct:some_alloc2
|
/external/libcxx/test/std/containers/sequences/vector.bool/ |
swap_noexcept.pass.cpp | 13 // noexcept(!allocator_type::propagate_on_container_swap::value || 17 // noexcept(allocator_traits<Allocator>::propagate_on_container_swap::value || 36 typedef std::true_type propagate_on_container_swap; typedef in struct:some_alloc 48 typedef std::false_type propagate_on_container_swap; typedef in struct:some_alloc2
|
/external/libcxx/test/std/strings/basic.string/string.nonmembers/string.special/ |
swap_noexcept.pass.cpp | 13 // noexcept(!allocator_type::propagate_on_container_swap::value || 17 // noexcept(allocator_traits<Allocator>::propagate_on_container_swap::value || 36 typedef std::true_type propagate_on_container_swap; typedef in struct:some_alloc 48 typedef std::false_type propagate_on_container_swap; typedef in struct:some_alloc2
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/map/map.special/ |
swap_noexcept.pass.cpp | 13 // 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/ |
swap_noexcept.pass.cpp | 13 // 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/ |
swap_noexcept.pass.cpp | 13 // 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/ |
swap_noexcept.pass.cpp | 13 // 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/ |
swap_noexcept.pass.cpp | 13 // 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/ |
swap_noexcept.pass.cpp | 13 // 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/ |
swap_noexcept.pass.cpp | 13 // 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/ |
swap_noexcept.pass.cpp | 13 // 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/ |
swap_noexcept.pass.cpp | 13 // 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/std/containers/unord/unord.map/unord.map.swap/ |
swap_noexcept.pass.cpp | 14 // (!allocator_type::propagate_on_container_swap::value || 49 typedef std::true_type propagate_on_container_swap; typedef in struct:some_comp2 87 typedef std::true_type propagate_on_container_swap; typedef in struct:some_alloc 99 typedef std::false_type propagate_on_container_swap; typedef in struct:some_alloc2 112 typedef std::false_type propagate_on_container_swap; typedef in struct:some_alloc3
|