Home
last modified time | relevance | path

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

/external/libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.types/
Dpropagate_on_container_move_assignment.pass.cpp29 typedef std::true_type propagate_on_container_move_assignment; typedef
44 typedef std::true_type propagate_on_container_move_assignment; typedef
50 …ic_assert((std::is_same<std::allocator_traits<A<char> >::propagate_on_container_move_assignment, s… in main()
51 …ic_assert((std::is_same<std::allocator_traits<B<char> >::propagate_on_container_move_assignment, s… in main()
53 …ic_assert((std::is_same<std::allocator_traits<C<char> >::propagate_on_container_move_assignment, s… in main()
/external/libcxx/test/std/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()
/external/libcxx/test/std/strings/basic.string/string.cons/
Dmove_assign_noexcept.pass.cpp46 typedef std::false_type propagate_on_container_move_assignment; typedef
59 typedef std::false_type propagate_on_container_move_assignment; typedef
/external/libcxx/test/std/containers/sequences/vector.bool/
Dmove_assign_noexcept.pass.cpp43 typedef std::false_type propagate_on_container_move_assignment; typedef
56 typedef std::false_type propagate_on_container_move_assignment; typedef
/external/libcxx/test/std/containers/sequences/vector/vector.cons/
Dmove_assign_noexcept.pass.cpp43 typedef std::false_type propagate_on_container_move_assignment; typedef
56 typedef std::false_type propagate_on_container_move_assignment; typedef
/external/libcxx/include/
D__split_buffer74 _NOEXCEPT_((__alloc_traits::propagate_on_container_move_assignment::value &&
76 !__alloc_traits::propagate_on_container_move_assignment::value);
391 _NOEXCEPT_((__alloc_traits::propagate_on_container_move_assignment::value &&
393 !__alloc_traits::propagate_on_container_move_assignment::value)
403 __alloc_traits::propagate_on_container_move_assignment::value>());
Dscoped_allocator39 typedef see below propagate_on_container_move_assignment;
148 propagate_on_container_move_assignment::value;
155 allocator_traits<_A0>::propagate_on_container_move_assignment::value ||
413 > propagate_on_container_move_assignment;
Dforward_list61 allocator_type::propagate_on_container_move_assignment::value &&
505 _NOEXCEPT_(!__node_traits::propagate_on_container_move_assignment::value ||
508 __node_traits::propagate_on_container_move_assignment::value>());}
516 _NOEXCEPT_(!__node_traits::propagate_on_container_move_assignment::value ||
581 _NOEXCEPT_(!__node_traits::propagate_on_container_move_assignment::value ||
678 __node_traits::propagate_on_container_move_assignment::value &&
1035 __node_traits::propagate_on_container_move_assignment::value &&
1039 __node_traits::propagate_on_container_move_assignment::value>());
Dlist63 allocator_type::propagate_on_container_move_assignment::value &&
643 !__node_alloc_traits::propagate_on_container_move_assignment::value ||
646 __node_alloc_traits::propagate_on_container_move_assignment::value>());}
876 __node_alloc_traits::propagate_on_container_move_assignment::value &&
1318 __node_alloc_traits::propagate_on_container_move_assignment::value &&
1322 __node_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 ||
377 !__alloc_traits::propagate_on_container_move_assignment::value ||
380 __alloc_traits::propagate_on_container_move_assignment::value>());}
1307 __alloc_traits::propagate_on_container_move_assignment::value>());
2469 !__storage_traits::propagate_on_container_move_assignment::value ||
2472 __storage_traits::propagate_on_container_move_assignment::value>());}
2886 __storage_traits::propagate_on_container_move_assignment::value>());
Ddeque62 allocator_type::propagate_on_container_move_assignment::value &&
992 _NOEXCEPT_(__alloc_traits::propagate_on_container_move_assignment::value &&
1004 _NOEXCEPT_(!__alloc_traits::propagate_on_container_move_assignment::value ||
1007 __alloc_traits::propagate_on_container_move_assignment::value>());}
1251 _NOEXCEPT_(__alloc_traits::propagate_on_container_move_assignment::value &&
1585 _NOEXCEPT_(__alloc_traits::propagate_on_container_move_assignment::value &&
1589 __alloc_traits::propagate_on_container_move_assignment::value>());
D__hash_table1038 __node_traits::propagate_on_container_move_assignment::value &&
1349 !__node_traits::propagate_on_container_move_assignment::value ||
1353 __node_traits::propagate_on_container_move_assignment::value>());}
1670 __node_traits::propagate_on_container_move_assignment::value &&
1676 __node_traits::propagate_on_container_move_assignment::value>());
D__tree1116 __node_traits::propagate_on_container_move_assignment::value &&
1473 !__node_traits::propagate_on_container_move_assignment::value ||
1476 __node_traits::propagate_on_container_move_assignment::value>());}
1798 __node_traits::propagate_on_container_move_assignment::value &&
1804 __node_traits::propagate_on_container_move_assignment::value>());
Dmemory74 typedef Alloc::propagate_on_container_move_assignment
75 | false_type propagate_on_container_move_assignment;
1168 …template <class _Up> static char __test(typename _Up::propagate_on_container_move_assignment* = 0);
1182 typedef typename _Alloc::propagate_on_container_move_assignment type;
1507 propagate_on_container_move_assignment;
1755 typedef true_type propagate_on_container_move_assignment;
1853 typedef true_type propagate_on_container_move_assignment;
5451 _Traits::propagate_on_container_move_assignment::value
Dset79 allocator_type::propagate_on_container_move_assignment::value &&
261 allocator_type::propagate_on_container_move_assignment::value &&
Dunordered_set85 allocator_type::propagate_on_container_move_assignment::value &&
233 allocator_type::propagate_on_container_move_assignment::value &&
Dmap90 allocator_type::propagate_on_container_move_assignment::value &&
309 allocator_type::propagate_on_container_move_assignment::value &&
Dstring126 allocator_type::propagate_on_container_move_assignment::value ||
1428 !__alloc_traits::propagate_on_container_move_assignment::value ||
1431 __alloc_traits::propagate_on_container_move_assignment::value>());}
2090 __alloc_traits::propagate_on_container_move_assignment::value>());
Dunordered_map92 allocator_type::propagate_on_container_move_assignment::value &&
274 allocator_type::propagate_on_container_move_assignment::value &&
/external/libcxx/test/support/
Dallocators.h91 typedef std::true_type propagate_on_container_move_assignment; typedef
Dtest_allocator.h238 typedef std::true_type propagate_on_container_move_assignment; typedef