/external/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,
|
Android.mk | 27 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/ |
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), "");
|
Android.mk | 39 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/ |
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/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
|
/external/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
|
/external/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
|
/external/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
|
/external/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
|
/external/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
|
/external/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
|
/external/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
|
/external/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/support/ |
allocators.h | 133 typedef std::true_type propagate_on_container_swap; typedef in class:A3
|
test_allocator.h | 155 typedef std::true_type propagate_on_container_swap; typedef in class:other_allocator
|
/external/libcxx/test/thread/futures/ |
test_allocator.h | 148 typedef std::true_type propagate_on_container_swap; typedef in class:other_allocator
|