Home
last modified time | relevance | path

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

/oneTBB/include/oneapi/tbb/detail/
H A D_concurrent_unordered_base.h249 my_segments(alloc) {}
287 my_segments(other.my_segments) in concurrent_unordered_base()
302 my_segments(other.my_segments, alloc) in concurrent_unordered_base()
317 my_segments(std::move(other.my_segments)) in concurrent_unordered_base()
328 my_segments(std::move(other.my_segments), alloc) in concurrent_unordered_base()
359 my_segments = other.my_segments;
372 my_segments = std::move(other.my_segments); in noexcept()
912 my_segments.clear(); in internal_clear()
1400 if (my_segments.get_allocator() == other.my_segments.get_allocator()) { in internal_move_assign()
1413 __TBB_ASSERT(my_segments.get_allocator() == other.my_segments.get_allocator(), in internal_swap()
[all …]