Home
last modified time | relevance | path

Searched refs:is_equal_type (Results 1 – 2 of 2) sorted by relevance

/oneTBB/include/oneapi/tbb/detail/
H A D_segment_table.h112 using is_equal_type = typename segment_table_allocator_traits::is_always_equal; variable
113 internal_move_construct_with_allocator(std::move(other), alloc, is_equal_type());
132 using is_equal_type = typename segment_table_allocator_traits::is_always_equal; in noexcept() local
136 … internal_move_assign(std::move(other), tbb::detail::disjunction<is_equal_type, pocma_type>()); in noexcept()
144 using is_equal_type = typename segment_table_allocator_traits::is_always_equal; in swap() local
149 internal_swap(other, tbb::detail::disjunction<is_equal_type, pocs_type>()); in swap()
/oneTBB/include/oneapi/tbb/
H A Dconcurrent_hash_map.h891 using is_equal_type = typename node_allocator_traits::is_always_equal; in __TBB_requires() local
892 internal_move_construct_with_allocator(std::move(table), a, is_equal_type()); in __TBB_requires()
945 using is_equal_type = typename node_allocator_traits::is_always_equal; in __TBB_requires() local
947 … internal_move_assign(std::move(table), tbb::detail::disjunction<is_equal_type, pocma_type>()); in __TBB_requires()
1087 using is_equal_type = typename node_allocator_traits::is_always_equal; in __TBB_requires() local
1089 internal_swap(table, tbb::detail::disjunction<pocs_type, is_equal_type>()); in __TBB_requires()