Home
last modified time | relevance | path

Searched refs:propagate_on_container_move_assignment (Results 1 – 24 of 24) 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/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/strings/basic.string/string.cons/
Dmove_assign_noexcept.pass.cpp48 typedef std::false_type propagate_on_container_move_assignment; typedef
62 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__node_handle105 __alloc_traits::propagate_on_container_move_assignment::value ||
113 if (__alloc_traits::propagate_on_container_move_assignment::value ||
D__split_buffer76 _NOEXCEPT_((__alloc_traits::propagate_on_container_move_assignment::value &&
78 !__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;
149 propagate_on_container_move_assignment::value;
156 allocator_traits<_A0>::propagate_on_container_move_assignment::value ||
414 > propagate_on_container_move_assignment;
Dforward_list61 allocator_type::propagate_on_container_move_assignment::value &&
523 _NOEXCEPT_(!__node_traits::propagate_on_container_move_assignment::value ||
526 __node_traits::propagate_on_container_move_assignment::value>());}
534 _NOEXCEPT_(!__node_traits::propagate_on_container_move_assignment::value ||
599 _NOEXCEPT_(!__node_traits::propagate_on_container_move_assignment::value ||
693 __node_traits::propagate_on_container_move_assignment::value &&
1050 __node_traits::propagate_on_container_move_assignment::value &&
1054 __node_traits::propagate_on_container_move_assignment::value>());
Dlist63 allocator_type::propagate_on_container_move_assignment::value &&
665 !__node_alloc_traits::propagate_on_container_move_assignment::value ||
668 __node_alloc_traits::propagate_on_container_move_assignment::value>());}
906 __node_alloc_traits::propagate_on_container_move_assignment::value &&
1351 __node_alloc_traits::propagate_on_container_move_assignment::value &&
1355 __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 ||
386 !__alloc_traits::propagate_on_container_move_assignment::value ||
389 __alloc_traits::propagate_on_container_move_assignment::value>());}
1355 __alloc_traits::propagate_on_container_move_assignment::value>());
2512 !__storage_traits::propagate_on_container_move_assignment::value ||
2515 __storage_traits::propagate_on_container_move_assignment::value>());}
2941 __storage_traits::propagate_on_container_move_assignment::value>());
Ddeque62 allocator_type::propagate_on_container_move_assignment::value &&
1005 _NOEXCEPT_(__alloc_traits::propagate_on_container_move_assignment::value &&
1017 _NOEXCEPT_(!__alloc_traits::propagate_on_container_move_assignment::value ||
1020 __alloc_traits::propagate_on_container_move_assignment::value>());}
1262 _NOEXCEPT_(__alloc_traits::propagate_on_container_move_assignment::value &&
1607 _NOEXCEPT_(__alloc_traits::propagate_on_container_move_assignment::value &&
1611 __alloc_traits::propagate_on_container_move_assignment::value>());
D__hash_table1026 __node_traits::propagate_on_container_move_assignment::value &&
1385 !__node_traits::propagate_on_container_move_assignment::value ||
1389 __node_traits::propagate_on_container_move_assignment::value>());}
1706 __node_traits::propagate_on_container_move_assignment::value &&
1712 __node_traits::propagate_on_container_move_assignment::value>());
D__tree1105 __node_traits::propagate_on_container_move_assignment::value &&
1500 !__node_traits::propagate_on_container_move_assignment::value ||
1503 __node_traits::propagate_on_container_move_assignment::value>());}
1825 __node_traits::propagate_on_container_move_assignment::value &&
1831 __node_traits::propagate_on_container_move_assignment::value>());
Dmemory77 typedef Alloc::propagate_on_container_move_assignment
78 | false_type propagate_on_container_move_assignment;
1199 typename __void_t<typename _Tp::propagate_on_container_move_assignment>::type>
1211 typedef typename _Alloc::propagate_on_container_move_assignment type;
1528 propagate_on_container_move_assignment;
1792 typedef true_type propagate_on_container_move_assignment;
1896 typedef true_type propagate_on_container_move_assignment;
5631 _Traits::propagate_on_container_move_assignment::value
Dset81 allocator_type::propagate_on_container_move_assignment::value &&
281 allocator_type::propagate_on_container_move_assignment::value &&
Dunordered_set88 allocator_type::propagate_on_container_move_assignment::value &&
252 allocator_type::propagate_on_container_move_assignment::value &&
Dmap92 allocator_type::propagate_on_container_move_assignment::value &&
330 allocator_type::propagate_on_container_move_assignment::value &&
Dstring128 allocator_type::propagate_on_container_move_assignment::value ||
1631 !__alloc_traits::propagate_on_container_move_assignment::value ||
1634 __alloc_traits::propagate_on_container_move_assignment::value>());}
2316 __alloc_traits::propagate_on_container_move_assignment::value>());
Dunordered_map95 allocator_type::propagate_on_container_move_assignment::value &&
293 allocator_type::propagate_on_container_move_assignment::value &&
/external/libcxx/test/std/re/re.results/re.results.const/
Dmove_assign.pass.cpp33 if (std::allocator_traits<Allocator>::propagate_on_container_move_assignment::value) in test()
/external/grpc-grpc/src/core/lib/gprpp/
Dmemory.h92 typedef std::false_type propagate_on_container_move_assignment; typedef
/external/libcxx/test/support/
Dallocators.h91 typedef std::true_type propagate_on_container_move_assignment; typedef
Dtest_allocator.h285 typedef std::true_type propagate_on_container_move_assignment; typedef