Home
last modified time | relevance | path

Searched refs:propagate_on_container_move_assignment (Results 1 – 21 of 21) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/allocator.traits/allocator.traits.types/
Dpropagate_on_container_move_assignment.pass.cpp27 typedef std::true_type propagate_on_container_move_assignment; typedef
38 …ic_assert((std::is_same<std::allocator_traits<A<char> >::propagate_on_container_move_assignment, s… in main()
39 …ic_assert((std::is_same<std::allocator_traits<B<char> >::propagate_on_container_move_assignment, s… in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/allocator.adaptor/allocator.adaptor.types/
Dpropagate_on_container_move_assignment.pass.cpp27 std::scoped_allocator_adaptor<A1<int>>::propagate_on_container_move_assignment, in main()
31 std::scoped_allocator_adaptor<A1<int>, A2<int>>::propagate_on_container_move_assignment, in main()
35 … std::scoped_allocator_adaptor<A1<int>, A2<int>, A3<int>>::propagate_on_container_move_assignment, in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dscoped_allocator39 typedef see below propagate_on_container_move_assignment;
145 propagate_on_container_move_assignment::value;
152 allocator_traits<_A0>::propagate_on_container_move_assignment::value ||
394 > propagate_on_container_move_assignment;
D__split_buffer71 _NOEXCEPT_((__alloc_traits::propagate_on_container_move_assignment::value &&
73 !__alloc_traits::propagate_on_container_move_assignment::value);
405 _NOEXCEPT_((__alloc_traits::propagate_on_container_move_assignment::value &&
407 !__alloc_traits::propagate_on_container_move_assignment::value)
417 __alloc_traits::propagate_on_container_move_assignment::value>());
Dvector54 allocator_type::propagate_on_container_move_assignment::value &&
178 allocator_type::propagate_on_container_move_assignment::value &&
388 !__alloc_traits::propagate_on_container_move_assignment::value ||
391 __alloc_traits::propagate_on_container_move_assignment::value>());}
582 __alloc_traits::propagate_on_container_move_assignment::value &&
1307 __alloc_traits::propagate_on_container_move_assignment::value &&
1311 __alloc_traits::propagate_on_container_move_assignment::value>());
2198 __alloc_traits::propagate_on_container_move_assignment::value &&
2404 !__storage_traits::propagate_on_container_move_assignment::value ||
2407 __storage_traits::propagate_on_container_move_assignment::value>());}
[all …]
Dforward_list61 allocator_type::propagate_on_container_move_assignment::value &&
439 _NOEXCEPT_(!__node_traits::propagate_on_container_move_assignment::value ||
442 __node_traits::propagate_on_container_move_assignment::value>());}
616 __node_traits::propagate_on_container_move_assignment::value &&
959 __node_traits::propagate_on_container_move_assignment::value &&
963 __node_traits::propagate_on_container_move_assignment::value>());
Dlist63 allocator_type::propagate_on_container_move_assignment::value &&
620 !__node_alloc_traits::propagate_on_container_move_assignment::value ||
623 __node_alloc_traits::propagate_on_container_move_assignment::value>());}
878 __node_alloc_traits::propagate_on_container_move_assignment::value &&
1269 __node_alloc_traits::propagate_on_container_move_assignment::value &&
1273 __node_alloc_traits::propagate_on_container_move_assignment::value>());
Ddeque62 allocator_type::propagate_on_container_move_assignment::value &&
977 _NOEXCEPT_(__alloc_traits::propagate_on_container_move_assignment::value &&
989 _NOEXCEPT_(!__alloc_traits::propagate_on_container_move_assignment::value ||
992 __alloc_traits::propagate_on_container_move_assignment::value>());}
1241 _NOEXCEPT_(__alloc_traits::propagate_on_container_move_assignment::value &&
1549 _NOEXCEPT_(__alloc_traits::propagate_on_container_move_assignment::value &&
1553 __alloc_traits::propagate_on_container_move_assignment::value>());
D__hash_table885 __node_traits::propagate_on_container_move_assignment::value &&
1110 !__node_traits::propagate_on_container_move_assignment::value ||
1114 __node_traits::propagate_on_container_move_assignment::value>());}
1452 __node_traits::propagate_on_container_move_assignment::value &&
1458 __node_traits::propagate_on_container_move_assignment::value>());
D__tree903 __node_traits::propagate_on_container_move_assignment::value &&
1085 !__node_traits::propagate_on_container_move_assignment::value ||
1088 __node_traits::propagate_on_container_move_assignment::value>());}
1418 __node_traits::propagate_on_container_move_assignment::value &&
1424 __node_traits::propagate_on_container_move_assignment::value>());
Dset79 allocator_type::propagate_on_container_move_assignment::value &&
260 allocator_type::propagate_on_container_move_assignment::value &&
Dmemory74 typedef Alloc::propagate_on_container_move_assignment
75 | false_type propagate_on_container_move_assignment;
1106 …template <class _Up> static char __test(typename _Up::propagate_on_container_move_assignment* = 0);
1120 typedef typename _Alloc::propagate_on_container_move_assignment type;
1422 propagate_on_container_move_assignment;
1623 typedef true_type propagate_on_container_move_assignment;
1715 typedef true_type propagate_on_container_move_assignment;
Dstring118 allocator_type::propagate_on_container_move_assignment::value &&
1415 _NOEXCEPT_(__alloc_traits::propagate_on_container_move_assignment::value &&
1889 !__alloc_traits::propagate_on_container_move_assignment::value ||
1892 __alloc_traits::propagate_on_container_move_assignment::value>());}
2495 _NOEXCEPT_(__alloc_traits::propagate_on_container_move_assignment::value &&
2499 __alloc_traits::propagate_on_container_move_assignment::value>());
Dunordered_set85 allocator_type::propagate_on_container_move_assignment::value &&
234 allocator_type::propagate_on_container_move_assignment::value &&
Dmap90 allocator_type::propagate_on_container_move_assignment::value &&
291 allocator_type::propagate_on_container_move_assignment::value &&
Dunordered_map92 allocator_type::propagate_on_container_move_assignment::value &&
256 allocator_type::propagate_on_container_move_assignment::value &&
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/
Dtest_allocator.h147 typedef std::true_type propagate_on_container_move_assignment; typedef
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/support/
Dallocators.h87 typedef std::true_type propagate_on_container_move_assignment; typedef
Dtest_allocator.h214 typedef std::true_type propagate_on_container_move_assignment; typedef
/ndk/tests/device/test-libc++-static-full/jni/
DAndroid.mk3861 …n-test, utilities/allocator.adaptor/allocator.adaptor.types/propagate_on_container_move_assignment)
3977 …t, utilities/memory/allocator.traits/allocator.traits.types/propagate_on_container_move_assignment)
/ndk/tests/device/test-libc++-shared-full/jni/
DAndroid.mk3870 …n-test, utilities/allocator.adaptor/allocator.adaptor.types/propagate_on_container_move_assignment)
3986 …t, utilities/memory/allocator.traits/allocator.traits.types/propagate_on_container_move_assignment)