Home
last modified time | relevance | path

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

/oneTBB/test/common/
H A Dcontainers_common.h28 using pocma_type = typename allocator_traits_type::propagate_on_container_move_assignment; in test_allocator_traits()
78 using pocma_type = typename allocator_traits_type::propagate_on_container_move_assignment;
H A Dcustom_allocators.h50 using propagate_on_container_move_assignment = POCMA; member
508 using propagate_on_container_move_assignment = POCMA;
597 using propagate_on_container_move_assignment = std::false_type;
H A Dcontainer_move_support.h394 …A = typename tbb::detail::allocator_traits<allocator_type>::propagate_on_container_move_assignment; in TwoMemoryArenasFixture()
/oneTBB/include/oneapi/tbb/
H A Dtbb_allocator.h44 using propagate_on_container_move_assignment = std::true_type; variable
H A Dcache_aligned_allocator.h44 using propagate_on_container_move_assignment = std::true_type; variable
H A Dscalable_allocator.h215 using propagate_on_container_move_assignment = std::true_type; variable
H A Dconcurrent_vector.h257 …xpr bool is_noexcept_assignment = allocator_traits_type::propagate_on_container_move_assignment::v…
H A Dconcurrent_hash_map.h944 … using pocma_type = typename node_allocator_traits::propagate_on_container_move_assignment; in __TBB_requires()
/oneTBB/include/oneapi/tbb/detail/
H A D_allocator_traits.h83 using pocma_type = typename allocator_traits<Allocator>::propagate_on_container_move_assignment;
H A D_segment_table.h131 …using pocma_type = typename segment_table_allocator_traits::propagate_on_container_move_assignment; in noexcept()
H A D_concurrent_skip_list.h372 … using pocma_type = typename node_allocator_traits::propagate_on_container_move_assignment;
H A D_concurrent_unordered_base.h374 … using pocma_type = typename allocator_traits_type::propagate_on_container_move_assignment; in noexcept()