Searched refs:internal_move_assign (Results 1 – 4 of 4) sorted by relevance
| /oneTBB/include/oneapi/tbb/detail/ |
| H A D | _segment_table.h | 136 … internal_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.h | 374 … internal_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.h | 376 … internal_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 D | concurrent_hash_map.h | 947 … internal_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()
|