Searched refs:internal_copy (Results 1 – 4 of 4) sorted by relevance
| /oneTBB/include/oneapi/tbb/detail/ |
| H A D | _concurrent_skip_list.h | 301 internal_copy(first, last); in concurrent_skip_list() 320 internal_copy(other); in concurrent_skip_list() 328 internal_copy(other); in concurrent_skip_list() 358 internal_copy(other); 765 … internal_copy(std::make_move_iterator(other.begin()), std::make_move_iterator(other.end())); in internal_move_construct_with_allocator() 1081 void internal_copy( const concurrent_skip_list& other ) { in internal_copy() function 1082 internal_copy(other.begin(), other.end()); in internal_copy() 1086 void internal_copy( Iterator first, Iterator last ) { in internal_copy() function 1173 … internal_copy(std::make_move_iterator(other.begin()), std::make_move_iterator(other.end())); in internal_move_assign()
|
| H A D | _concurrent_unordered_base.h | 290 internal_copy(other); in concurrent_unordered_base() 305 internal_copy(other); in concurrent_unordered_base() 360 internal_copy(other); // TODO: guards for exceptions? 1319 void internal_copy( const concurrent_unordered_base& other ) { in internal_copy() function
|
| /oneTBB/include/oneapi/tbb/ |
| H A D | concurrent_hash_map.h | 864 internal_copy(table); in __TBB_requires() 874 internal_copy(table); in __TBB_requires() 901 internal_copy(first, last, std::distance(first, last)); in __TBB_requires() 912 internal_copy(first, last, std::distance(first, last)); in __TBB_requires() 922 internal_copy(il.begin(), il.end(), il.size()); in __TBB_requires() 936 internal_copy(table); in __TBB_requires() 955 internal_copy(il.begin(), il.end(), il.size()); in __TBB_requires() 1486 void internal_copy( const concurrent_hash_map& source ) { in __TBB_requires() 1507 …} else internal_copy(source.begin(), source.end(), source.my_size.load(std::memory_order_relaxed)); in __TBB_requires() 1511 void internal_copy( I first, I last, size_type reserve_size ) { in __TBB_requires() [all …]
|
| H A D | enumerable_thread_specific.h | 929 void internal_copy(const enumerable_thread_specific<T, A2, C2>& other) { 963 internal_copy(other); 969 internal_copy(other); 989 internal_copy( other ); 1000 internal_copy(other);
|