Lines Matching refs:move

314           my_max_load_factor(std::move(other.my_max_load_factor)),  in concurrent_unordered_base()
315 my_hash_compare(std::move(other.my_hash_compare)), in concurrent_unordered_base()
317 my_segments(std::move(other.my_segments)) in concurrent_unordered_base()
319 move_content(std::move(other)); in concurrent_unordered_base()
325 my_max_load_factor(std::move(other.my_max_load_factor)), in concurrent_unordered_base()
326 my_hash_compare(std::move(other.my_hash_compare)), in concurrent_unordered_base()
328 my_segments(std::move(other.my_segments), alloc) in concurrent_unordered_base()
331 internal_move_construct_with_allocator(std::move(other), alloc, is_always_equal()); in concurrent_unordered_base()
370 my_max_load_factor = std::move(other.my_max_load_factor); in noexcept()
371 my_hash_compare = std::move(other.my_hash_compare); in noexcept()
372 my_segments = std::move(other.my_segments); in noexcept()
376 … internal_move_assign(std::move(other), tbb::detail::disjunction<pocma_type, is_always_equal>()); in noexcept()
418 return internal_insert_value(std::move(value)); in insert()
428 return insert(std::move(value)).first; in insert()
463 return insert(std::move(nh)).first; in insert()
822 : base_type(std::move(other), alloc) {} in unordered_segment_table()
1218 if (!insert(std::move(curr_node)).second) { in internal_merge()
1347 … new_node = create_node(node->order_key(), std::move(static_cast<value_node_ptr>(node)->value())); in internal_move()
1374 move_content(std::move(other)); in internal_move_construct_with_allocator()
1381 move_content(std::move(other)); in internal_move_construct_with_allocator()
1384 internal_move(std::move(other)); in internal_move_construct_with_allocator()
1394 move_content(std::move(other)); in internal_move_assign()
1401 move_content(std::move(other)); in internal_move_assign()
1404 internal_move(std::move(other)); in internal_move_assign()