/external/libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.types/ |
is_always_equal.pass.cpp | 17 // typedef see below is_always_equal; 29 std::allocator_traits<A1<int>>::is_always_equal, std::false_type>::value 33 std::allocator_traits<min_allocator<int>>::is_always_equal, std::true_type>::value 39 std::scoped_allocator_adaptor<A1<int>>::is_always_equal, 40 std::allocator_traits<A1<int>>::is_always_equal 46 std::scoped_allocator_adaptor<min_allocator<int>>::is_always_equal, 47 std::allocator_traits<min_allocator<int>>::is_always_equal 52 std::scoped_allocator_adaptor<A1<int>, A2<int>>::is_always_equal::value == 53 ( std::allocator_traits<A1<int>>::is_always_equal::value && 54 std::allocator_traits<A2<int>>::is_always_equal::value [all...] |
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/utilities/allocator.adaptor/allocator.adaptor.types/ |
is_always_equal.pass.cpp | 15 // typedef see below is_always_equal; 29 std::allocator_traits<A1<int>>::is_always_equal, std::false_type>::value 33 std::allocator_traits<min_allocator<int>>::is_always_equal, std::true_type>::value 39 std::scoped_allocator_adaptor<A1<int>>::is_always_equal, 40 std::allocator_traits<A1<int>>::is_always_equal 46 std::scoped_allocator_adaptor<min_allocator<int>>::is_always_equal, 47 std::allocator_traits<min_allocator<int>>::is_always_equal 52 std::scoped_allocator_adaptor<A1<int>, A2<int>>::is_always_equal::value == 53 ( std::allocator_traits<A1<int>>::is_always_equal::value && 54 std::allocator_traits<A2<int>>::is_always_equal::value) [all...] |
/external/libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.types/ |
is_always_equal.pass.cpp | 15 // typedef Alloc::is_always_equal 16 // | is_empty is_always_equal; 27 typedef std::true_type is_always_equal; typedef in struct:A 45 static_assert((std::is_same<std::allocator_traits<A<char> >::is_always_equal, std::true_type>::value), ""); 46 static_assert((std::is_same<std::allocator_traits<B<char> >::is_always_equal, std::true_type>::value), ""); 47 static_assert((std::is_same<std::allocator_traits<C<char> >::is_always_equal, std::false_type>::value), ""); 49 static_assert((std::is_same<std::allocator_traits<A<const char> >::is_always_equal, std::true_type>::value), ""); 50 static_assert((std::is_same<std::allocator_traits<B<const char> >::is_always_equal, std::true_type>::value), ""); 51 static_assert((std::is_same<std::allocator_traits<C<const char> >::is_always_equal, std::false_type>::value), "");
|
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/utilities/memory/allocator.traits/allocator.traits.types/ |
is_always_equal.pass.cpp | 15 // typedef Alloc::is_always_equal 16 // | is_empty is_always_equal; 27 typedef std::true_type is_always_equal; typedef in struct:A 45 static_assert((std::is_same<std::allocator_traits<A<char> >::is_always_equal, std::true_type>::value), ""); 46 static_assert((std::is_same<std::allocator_traits<B<char> >::is_always_equal, std::true_type>::value), ""); 47 static_assert((std::is_same<std::allocator_traits<C<char> >::is_always_equal, std::false_type>::value), ""); 49 static_assert((std::is_same<std::allocator_traits<A<const char> >::is_always_equal, std::true_type>::value), ""); 50 static_assert((std::is_same<std::allocator_traits<B<const char> >::is_always_equal, std::true_type>::value), ""); 51 static_assert((std::is_same<std::allocator_traits<C<const char> >::is_always_equal, std::false_type>::value), "");
|
/external/libcxx/test/std/containers/sequences/vector/vector.cons/ |
move_assign_noexcept.pass.cpp | 44 typedef std::true_type is_always_equal; typedef in struct:some_alloc2 57 typedef std::false_type is_always_equal; typedef in struct:some_alloc3 86 { // POCMA false, is_always_equal true 90 { // POCMA false, is_always_equal false
|
/external/libcxx/test/std/containers/sequences/vector.bool/ |
move_assign_noexcept.pass.cpp | 44 typedef std::true_type is_always_equal; typedef in struct:some_alloc2 57 typedef std::false_type is_always_equal; typedef in struct:some_alloc3 91 { // POCMA false, is_always_equal true 96 { // POCMA false, is_always_equal false
|
swap_noexcept.pass.cpp | 20 // allocator_traits<Allocator>::is_always_equal::value); 53 typedef std::true_type is_always_equal; typedef in struct:some_alloc2
|
/external/libcxx/test/std/strings/basic.string/string.cons/ |
move_assign_noexcept.pass.cpp | 17 // allocator_traits<allocator_type>::is_always_equal::value); // C++17 47 typedef std::true_type is_always_equal; typedef in struct:some_alloc2 60 typedef std::false_type is_always_equal; typedef in struct:some_alloc3
|
/external/libcxx/test/std/utilities/memory/default.allocator/ |
allocator_types.pass.cpp | 25 // typedef true_type is_always_equal; 49 static_assert((std::is_same<std::allocator< char>::is_always_equal, std::true_type>::value), ""); 50 LIBCPP_STATIC_ASSERT((std::is_same<std::allocator<const char>::is_always_equal, std::true_type>::value), "");
|
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/containers/sequences/vector/vector.cons/ |
move_assign_noexcept.pass.cpp | 42 typedef std::true_type is_always_equal; typedef in struct:some_alloc2 55 typedef std::false_type is_always_equal; typedef in struct:some_alloc3 85 { // POCMA false, is_always_equal true 89 { // POCMA false, is_always_equal false
|
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/containers/sequences/vector.bool/ |
move_assign_noexcept.pass.cpp | 41 typedef std::true_type is_always_equal; typedef in struct:some_alloc2 54 typedef std::false_type is_always_equal; typedef in struct:some_alloc3 81 { // POCMA false, is_always_equal true 85 { // POCMA false, is_always_equal false
|
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/strings/basic.string/string.cons/ |
move_assign_noexcept.pass.cpp | 17 // allocator_traits<allocator_type>::is_always_equal::value); // C++17 47 typedef std::true_type is_always_equal; typedef in struct:some_alloc2 60 typedef std::false_type is_always_equal; typedef in struct:some_alloc3
|
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/utilities/memory/default.allocator/ |
allocator_types.pass.cpp | 25 // typedef true_type is_always_equal; 47 static_assert((std::is_same<std::allocator< char>::is_always_equal, std::true_type>::value), ""); 48 static_assert((std::is_same<std::allocator<const char>::is_always_equal, std::true_type>::value), "");
|
/external/libcxx/test/std/containers/associative/multiset/multiset.special/ |
swap_noexcept.pass.cpp | 19 // noexcept(allocator_traits<Allocator>::is_always_equal::value && 79 typedef std::true_type is_always_equal; typedef in struct:some_alloc2 92 typedef std::false_type is_always_equal; typedef in struct:some_alloc3
|
/external/libcxx/test/std/containers/associative/set/set.special/ |
swap_noexcept.pass.cpp | 19 // noexcept(allocator_traits<Allocator>::is_always_equal::value && 79 typedef std::true_type is_always_equal; typedef in struct:some_alloc2 92 typedef std::false_type is_always_equal; typedef in struct:some_alloc3
|
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/containers/associative/multiset/multiset.special/ |
swap_noexcept.pass.cpp | 19 // noexcept(allocator_traits<Allocator>::is_always_equal::value && 81 typedef std::true_type is_always_equal; typedef in struct:some_alloc2 94 typedef std::false_type is_always_equal; typedef in struct:some_alloc3
|
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/containers/associative/set/set.special/ |
swap_noexcept.pass.cpp | 19 // noexcept(allocator_traits<Allocator>::is_always_equal::value && 81 typedef std::true_type is_always_equal; typedef in struct:some_alloc2 94 typedef std::false_type is_always_equal; typedef in struct:some_alloc3
|
/external/libcxx/test/std/containers/sequences/deque/deque.special/ |
swap_noexcept.pass.cpp | 19 // noexcept(allocator_traits<Allocator>::is_always_equal::value); 53 typedef std::true_type is_always_equal; typedef in struct:some_alloc2
|
/external/libcxx/test/std/containers/sequences/forwardlist/forwardlist.spec/ |
swap_noexcept.pass.cpp | 19 // noexcept(is_always_equal<allocator_type>::value); 53 typedef std::true_type is_always_equal; typedef in struct:some_alloc2
|
/external/libcxx/test/std/containers/sequences/list/list.special/ |
swap_noexcept.pass.cpp | 19 // noexcept(allocator_traits<Allocator>::is_always_equal::value); 53 typedef std::true_type is_always_equal; typedef in struct:some_alloc2
|
/external/libcxx/test/std/containers/sequences/vector/vector.special/ |
swap_noexcept.pass.cpp | 20 // allocator_traits<Allocator>::is_always_equal::value); 54 typedef std::true_type is_always_equal; typedef in struct:some_alloc2
|
/external/libcxx/test/std/strings/basic.string/string.nonmembers/string.special/ |
swap_noexcept.pass.cpp | 20 // allocator_traits<Allocator>::is_always_equal::value); 53 typedef std::true_type is_always_equal; typedef in struct:some_alloc2
|
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/containers/sequences/deque/deque.special/ |
swap_noexcept.pass.cpp | 19 // noexcept(allocator_traits<Allocator>::is_always_equal::value); 52 typedef std::true_type is_always_equal; typedef in struct:some_alloc2
|
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/containers/sequences/forwardlist/forwardlist.spec/ |
swap_noexcept.pass.cpp | 19 // noexcept(is_always_equal<allocator_type>::value); 52 typedef std::true_type is_always_equal; typedef in struct:some_alloc2
|
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/containers/sequences/list/list.special/ |
swap_noexcept.pass.cpp | 19 // noexcept(allocator_traits<Allocator>::is_always_equal::value); 52 typedef std::true_type is_always_equal; typedef in struct:some_alloc2
|