Home
last modified time | relevance | path

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

/oneTBB/include/oneapi/tbb/detail/
H A D_segment_table.h113 internal_move_construct_with_allocator(std::move(other), alloc, is_equal_type());
398 void internal_move_construct_with_allocator( segment_table&& other, const allocator_type&, in internal_move_construct_with_allocator() function
405 void internal_move_construct_with_allocator( segment_table&& other, const allocator_type& alloc, in internal_move_construct_with_allocator() function
H A D_concurrent_skip_list.h344 internal_move_construct_with_allocator(std::move(other), is_always_equal()); in concurrent_skip_list()
753 void internal_move_construct_with_allocator(concurrent_skip_list&& other, in internal_move_construct_with_allocator() function
758 void internal_move_construct_with_allocator(concurrent_skip_list&& other, in internal_move_construct_with_allocator() function
H A D_concurrent_unordered_base.h331 internal_move_construct_with_allocator(std::move(other), alloc, is_always_equal()); in concurrent_unordered_base()
1371 …void internal_move_construct_with_allocator( concurrent_unordered_base&& other, const allocator_ty… in internal_move_construct_with_allocator() function
1377 …void internal_move_construct_with_allocator( concurrent_unordered_base&& other, const allocator_ty… in internal_move_construct_with_allocator() function
/oneTBB/include/oneapi/tbb/
H A Dconcurrent_hash_map.h892 internal_move_construct_with_allocator(std::move(table), a, is_equal_type()); in __TBB_requires()
1524 void internal_move_construct_with_allocator( concurrent_hash_map&& other, const allocator_type&, in __TBB_requires()
1530 … void internal_move_construct_with_allocator( concurrent_hash_map&& other, const allocator_type& a, in __TBB_requires()