/external/libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.types/ |
D | propagate_on_container_move_assignment.pass.cpp | 29 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/ |
D | propagate_on_container_move_assignment.pass.cpp | 27 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/llvm-project/libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.types/ |
D | propagate_on_container_move_assignment.pass.cpp | 27 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/ |
D | move_assign_noexcept.pass.cpp | 43 typedef std::false_type propagate_on_container_move_assignment; typedef 56 typedef std::false_type propagate_on_container_move_assignment; typedef
|
/external/llvm-project/libcxx/test/std/containers/sequences/vector.bool/ |
D | move_assign_noexcept.pass.cpp | 42 typedef std::false_type propagate_on_container_move_assignment; typedef 55 typedef std::false_type propagate_on_container_move_assignment; typedef
|
/external/libcxx/test/std/strings/basic.string/string.cons/ |
D | move_assign_noexcept.pass.cpp | 48 typedef std::false_type propagate_on_container_move_assignment; typedef 62 typedef std::false_type propagate_on_container_move_assignment; typedef
|
/external/llvm-project/libcxx/test/std/strings/basic.string/string.cons/ |
D | move_assign_noexcept.pass.cpp | 47 typedef std::false_type propagate_on_container_move_assignment; typedef 61 typedef std::false_type propagate_on_container_move_assignment; typedef
|
/external/llvm-project/libcxx/test/std/containers/sequences/vector/vector.cons/ |
D | move_assign_noexcept.pass.cpp | 43 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/ |
D | move_assign_noexcept.pass.cpp | 43 typedef std::false_type propagate_on_container_move_assignment; typedef 56 typedef std::false_type propagate_on_container_move_assignment; typedef
|
/external/llvm-project/libcxx/test/libcxx/utilities/any/ |
D | allocator.pass.cpp | 47 using propagate_on_container_move_assignment = std::true_type; typedef 77 using propagate_on_container_move_assignment = std::true_type; typedef
|
/external/llvm-project/libcxx/test/std/re/re.results/re.results.const/ |
D | move_assign.pass.cpp | 32 if (std::allocator_traits<Allocator>::propagate_on_container_move_assignment::value) in test()
|
/external/libcxx/test/std/re/re.results/re.results.const/ |
D | move_assign.pass.cpp | 33 if (std::allocator_traits<Allocator>::propagate_on_container_move_assignment::value) in test()
|
/external/llvm-project/libcxx/test/std/utilities/memory/default.allocator/ |
D | allocator_types.pass.cpp | 38 …static_assert((std::is_same<typename std::allocator<T>::propagate_on_container_move_assignment, st… in test()
|
/external/libcxx/include/ |
D | __node_handle | 105 __alloc_traits::propagate_on_container_move_assignment::value || 113 if (__alloc_traits::propagate_on_container_move_assignment::value ||
|
D | __split_buffer | 76 _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>());
|
D | scoped_allocator | 39 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;
|
/external/llvm-project/libcxx/include/ |
D | __node_handle | 104 __alloc_traits::propagate_on_container_move_assignment::value || 112 if (__alloc_traits::propagate_on_container_move_assignment::value ||
|
D | __split_buffer | 75 _NOEXCEPT_((__alloc_traits::propagate_on_container_move_assignment::value && 77 !__alloc_traits::propagate_on_container_move_assignment::value); 392 _NOEXCEPT_((__alloc_traits::propagate_on_container_move_assignment::value && 394 !__alloc_traits::propagate_on_container_move_assignment::value) 404 __alloc_traits::propagate_on_container_move_assignment::value>());
|
/external/webrtc/third_party/abseil-cpp/absl/memory/ |
D | memory_test.cc | 435 struct propagate_on_container_move_assignment {}; in TEST() struct 439 (std::is_same<HasPropagateOnMove::propagate_on_container_move_assignment, in TEST() 441 propagate_on_container_move_assignment>::value)); in TEST() 445 A>::propagate_on_container_move_assignment>::value)); in TEST()
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/memory/ |
D | memory_test.cc | 433 struct propagate_on_container_move_assignment {}; in TEST() struct 437 (std::is_same<HasPropagateOnMove::propagate_on_container_move_assignment, in TEST() 439 propagate_on_container_move_assignment>::value)); in TEST() 443 A>::propagate_on_container_move_assignment>::value)); in TEST()
|
/external/abseil-cpp/absl/memory/ |
D | memory_test.cc | 435 struct propagate_on_container_move_assignment {}; in TEST() struct 439 (std::is_same<HasPropagateOnMove::propagate_on_container_move_assignment, in TEST() 441 propagate_on_container_move_assignment>::value)); in TEST() 445 A>::propagate_on_container_move_assignment>::value)); in TEST()
|
/external/openscreen/third_party/abseil/src/absl/memory/ |
D | memory_test.cc | 433 struct propagate_on_container_move_assignment {}; in TEST() struct 437 (std::is_same<HasPropagateOnMove::propagate_on_container_move_assignment, in TEST() 439 propagate_on_container_move_assignment>::value)); in TEST() 443 A>::propagate_on_container_move_assignment>::value)); in TEST()
|
/external/libtextclassifier/abseil-cpp/absl/memory/ |
D | memory_test.cc | 433 struct propagate_on_container_move_assignment {}; in TEST() struct 437 (std::is_same<HasPropagateOnMove::propagate_on_container_move_assignment, in TEST() 439 propagate_on_container_move_assignment>::value)); in TEST() 443 A>::propagate_on_container_move_assignment>::value)); in TEST()
|
/external/XNNPACK/src/xnnpack/ |
D | AlignedAllocator.h | 48 typedef std::true_type propagate_on_container_move_assignment; typedef
|
/external/grpc-grpc/src/core/lib/gprpp/ |
D | memory.h | 92 typedef std::false_type propagate_on_container_move_assignment; typedef
|