Home
last modified time | relevance | path

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

1234

/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/llvm-project/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/llvm-project/libcxx/test/std/containers/sequences/vector.bool/
Dmove_assign_noexcept.pass.cpp42 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/
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/llvm-project/libcxx/test/std/strings/basic.string/string.cons/
Dmove_assign_noexcept.pass.cpp47 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/
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/llvm-project/libcxx/test/libcxx/utilities/any/
Dallocator.pass.cpp47 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/
Dmove_assign.pass.cpp32 if (std::allocator_traits<Allocator>::propagate_on_container_move_assignment::value) in test()
/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/llvm-project/libcxx/test/std/utilities/memory/default.allocator/
Dallocator_types.pass.cpp38 …static_assert((std::is_same<typename std::allocator<T>::propagate_on_container_move_assignment, st… in test()
/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;
/external/llvm-project/libcxx/include/
D__node_handle104 __alloc_traits::propagate_on_container_move_assignment::value ||
112 if (__alloc_traits::propagate_on_container_move_assignment::value ||
D__split_buffer75 _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/
Dmemory_test.cc435 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/
Dmemory_test.cc433 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/
Dmemory_test.cc435 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/
Dmemory_test.cc433 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/
Dmemory_test.cc433 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/
DAlignedAllocator.h48 typedef std::true_type propagate_on_container_move_assignment; typedef
/external/grpc-grpc/src/core/lib/gprpp/
Dmemory.h92 typedef std::false_type propagate_on_container_move_assignment; typedef

1234