Home
last modified time | relevance | path

Searched refs:pocs_type (Results 1 – 6 of 6) sorted by relevance

/oneTBB/test/common/
H A Dcontainers_common.h29 using pocs_type = typename allocator_traits_type::propagate_on_container_swap; in test_allocator_traits() local
48 …REQUIRE_MESSAGE(propagated_on_swap == pocs_type::value, "Unexpected allocator propagation on swap"… in test_allocator_traits()
55 …REQUIRE_MESSAGE(propagated_on_swap == pocs_type::value, "Unexpected allocator propagation on non-m… in test_allocator_traits()
/oneTBB/include/oneapi/tbb/detail/
H A D_allocator_traits.h99 using pocs_type = typename allocator_traits<Allocator>::propagate_on_container_swap;
100 swap_allocators_impl(lhs, rhs, pocs_type());
H A D_segment_table.h145 using pocs_type = typename segment_table_allocator_traits::propagate_on_container_swap; in swap() local
149 internal_swap(other, tbb::detail::disjunction<is_equal_type, pocs_type>()); in swap()
H A D_concurrent_skip_list.h637 using pocs_type = typename node_allocator_traits::propagate_on_container_swap; in swap() local
639 internal_swap(other, tbb::detail::disjunction<pocs_type, is_always_equal>()); in swap()
H A D_concurrent_unordered_base.h389 using pocs_type = typename allocator_traits_type::propagate_on_container_swap; in swap() local
391 internal_swap(other, tbb::detail::disjunction<pocs_type, is_always_equal>()); in swap()
/oneTBB/include/oneapi/tbb/
H A Dconcurrent_hash_map.h1086 using pocs_type = typename node_allocator_traits::propagate_on_container_swap; in __TBB_requires() local
1089 internal_swap(table, tbb::detail::disjunction<pocs_type, is_equal_type>()); in __TBB_requires()