Searched refs:pocs_type (Results 1 – 6 of 6) sorted by relevance
| /oneTBB/test/common/ |
| H A D | containers_common.h | 29 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.h | 99 using pocs_type = typename allocator_traits<Allocator>::propagate_on_container_swap; 100 swap_allocators_impl(lhs, rhs, pocs_type());
|
| H A D | _segment_table.h | 145 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.h | 637 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.h | 389 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 D | concurrent_hash_map.h | 1086 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()
|