Home
last modified time | relevance | path

Searched refs:internal_move_assign (Results 1 – 4 of 4) sorted by relevance

/oneTBB/include/oneapi/tbb/detail/
H A D_segment_table.h136internal_move_assign(std::move(other), tbb::detail::disjunction<is_equal_type, pocma_type>()); in noexcept()
422 …void internal_move_assign( segment_table&& other, /*is_always_equal || POCMA = */ std::true_type )… in internal_move_assign() function
428 …void internal_move_assign( segment_table&& other, /*is_always_equal || POCMA = */ std::false_type … in internal_move_assign() function
H A D_concurrent_skip_list.h374internal_move_assign(std::move(other), tbb::detail::disjunction<pocma_type, is_always_equal>());
1165 …void internal_move_assign( concurrent_skip_list&& other, /*POCMA || is_always_equal =*/std::true_t… in internal_move_assign() function
1169 …void internal_move_assign( concurrent_skip_list&& other, /*POCMA || is_always_equal =*/std::false_… in internal_move_assign() function
H A D_concurrent_unordered_base.h376internal_move_assign(std::move(other), tbb::detail::disjunction<pocma_type, is_always_equal>()); in noexcept()
1393 …void internal_move_assign( concurrent_unordered_base&& other, /*is_always_equal || POCMA = */std::… in internal_move_assign() function
1399 …void internal_move_assign( concurrent_unordered_base&& other, /*is_always_equal || POCMA = */std::… in internal_move_assign() function
/oneTBB/include/oneapi/tbb/
H A Dconcurrent_hash_map.h947internal_move_assign(std::move(table), tbb::detail::disjunction<is_equal_type, pocma_type>()); in __TBB_requires()
1545 void internal_move_assign( concurrent_hash_map&& other, in __TBB_requires()
1551 void internal_move_assign(concurrent_hash_map&& other, /*is_always_equal=*/ std::false_type) { in __TBB_requires()