/external/libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.types/ |
propagate_on_container_move_assignment.pass.cpp | 15 // typedef Alloc::propagate_on_container_move_assignment 16 // | false_type propagate_on_container_move_assignment; 27 typedef std::true_type propagate_on_container_move_assignment; typedef in struct:A 38 static_assert((std::is_same<std::allocator_traits<A<char> >::propagate_on_container_move_assignment, std::true_type>::value), ""); 39 static_assert((std::is_same<std::allocator_traits<B<char> >::propagate_on_container_move_assignment, std::false_type>::value), "");
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/allocator.traits/allocator.traits.types/ |
propagate_on_container_move_assignment.pass.cpp | 15 // typedef Alloc::propagate_on_container_move_assignment 16 // | false_type propagate_on_container_move_assignment; 27 typedef std::true_type propagate_on_container_move_assignment; typedef in struct:A 38 static_assert((std::is_same<std::allocator_traits<A<char> >::propagate_on_container_move_assignment, std::true_type>::value), ""); 39 static_assert((std::is_same<std::allocator_traits<B<char> >::propagate_on_container_move_assignment, std::false_type>::value), "");
|
/external/libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.types/ |
propagate_on_container_move_assignment.pass.cpp | 15 // typedef see below propagate_on_container_move_assignment; 27 std::scoped_allocator_adaptor<A1<int>>::propagate_on_container_move_assignment, 31 std::scoped_allocator_adaptor<A1<int>, A2<int>>::propagate_on_container_move_assignment, 35 std::scoped_allocator_adaptor<A1<int>, A2<int>, A3<int>>::propagate_on_container_move_assignment,
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/allocator.adaptor/allocator.adaptor.types/ |
propagate_on_container_move_assignment.pass.cpp | 15 // typedef see below propagate_on_container_move_assignment; 27 std::scoped_allocator_adaptor<A1<int>>::propagate_on_container_move_assignment, 31 std::scoped_allocator_adaptor<A1<int>, A2<int>>::propagate_on_container_move_assignment, 35 std::scoped_allocator_adaptor<A1<int>, A2<int>, A3<int>>::propagate_on_container_move_assignment,
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/ |
allocator.h | 78 // 2103. std::allocator propagate_on_container_move_assignment 79 typedef true_type propagate_on_container_move_assignment; typedef in class:allocator 109 // 2103. std::allocator propagate_on_container_move_assignment 110 typedef true_type propagate_on_container_move_assignment; typedef in class:allocator
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/ |
allocator.h | 78 // 2103. std::allocator propagate_on_container_move_assignment 79 typedef true_type propagate_on_container_move_assignment; typedef in class:allocator 109 // 2103. std::allocator propagate_on_container_move_assignment 110 typedef true_type propagate_on_container_move_assignment; typedef in class:allocator
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/ |
allocator.h | 78 // 2103. std::allocator propagate_on_container_move_assignment 79 typedef true_type propagate_on_container_move_assignment; typedef in class:allocator 109 // 2103. std::allocator propagate_on_container_move_assignment 110 typedef true_type propagate_on_container_move_assignment; typedef in class:allocator
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/ |
allocator.h | 78 // 2103. std::allocator propagate_on_container_move_assignment 79 typedef true_type propagate_on_container_move_assignment; typedef in class:allocator 109 // 2103. std::allocator propagate_on_container_move_assignment 110 typedef true_type propagate_on_container_move_assignment; typedef in class:allocator
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/ |
allocator.h | 78 // 2103. std::allocator propagate_on_container_move_assignment 79 typedef true_type propagate_on_container_move_assignment; typedef in class:allocator 109 // 2103. std::allocator propagate_on_container_move_assignment 110 typedef true_type propagate_on_container_move_assignment; typedef in class:allocator
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/ |
malloc_allocator.h | 73 // 2103. propagate_on_container_move_assignment 74 typedef std::true_type propagate_on_container_move_assignment; typedef in class:malloc_allocator
|
new_allocator.h | 75 // 2103. propagate_on_container_move_assignment 76 typedef std::true_type propagate_on_container_move_assignment; typedef in class:new_allocator
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/ |
malloc_allocator.h | 73 // 2103. propagate_on_container_move_assignment 74 typedef std::true_type propagate_on_container_move_assignment; typedef in class:malloc_allocator
|
new_allocator.h | 75 // 2103. propagate_on_container_move_assignment 76 typedef std::true_type propagate_on_container_move_assignment; typedef in class:new_allocator
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/ |
malloc_allocator.h | 73 // 2103. propagate_on_container_move_assignment 74 typedef std::true_type propagate_on_container_move_assignment; typedef in class:malloc_allocator
|
new_allocator.h | 75 // 2103. propagate_on_container_move_assignment 76 typedef std::true_type propagate_on_container_move_assignment; typedef in class:new_allocator
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/ |
malloc_allocator.h | 73 // 2103. propagate_on_container_move_assignment 74 typedef std::true_type propagate_on_container_move_assignment; typedef in class:malloc_allocator
|
new_allocator.h | 75 // 2103. propagate_on_container_move_assignment 76 typedef std::true_type propagate_on_container_move_assignment; typedef in class:new_allocator
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/ |
malloc_allocator.h | 73 // 2103. propagate_on_container_move_assignment 74 typedef std::true_type propagate_on_container_move_assignment; typedef in class:malloc_allocator
|
new_allocator.h | 75 // 2103. propagate_on_container_move_assignment 76 typedef std::true_type propagate_on_container_move_assignment; typedef in class:new_allocator
|
/external/libcxx/test/std/containers/associative/map/map.cons/ |
move_assign_noexcept.pass.cpp | 14 // allocator_type::propagate_on_container_move_assignment::value &&
|
/external/libcxx/test/std/containers/associative/multimap/multimap.cons/ |
move_assign_noexcept.pass.cpp | 14 // allocator_type::propagate_on_container_move_assignment::value &&
|
/external/libcxx/test/std/containers/associative/multiset/multiset.cons/ |
move_assign_noexcept.pass.cpp | 14 // allocator_type::propagate_on_container_move_assignment::value &&
|
/external/libcxx/test/std/containers/associative/set/set.cons/ |
move_assign_noexcept.pass.cpp | 14 // allocator_type::propagate_on_container_move_assignment::value &&
|
/external/libcxx/test/std/containers/sequences/deque/deque.cons/ |
move_assign_noexcept.pass.cpp | 14 // allocator_type::propagate_on_container_move_assignment::value &&
|
/external/libcxx/test/std/containers/sequences/forwardlist/forwardlist.cons/ |
move_assign_noexcept.pass.cpp | 14 // allocator_type::propagate_on_container_move_assignment::value &&
|