Lines Matching refs:move
49 case 1: q.push( std::move(v)); break; in push()
266 …ConcQWithSizeWrapper( ConcQWithSizeWrapper&& q ) : oneapi::tbb::concurrent_queue<T>(std::move(q)) … in ConcQWithSizeWrapper()
268 : oneapi::tbb::concurrent_queue<T, A>(std::move(q), a) { } in ConcQWithSizeWrapper()
564 CQ dst_queue(std::move(src_queue)); in TestConstructors()
1188 CHECK(pusher<push_op>::push( q, std::move(ob) )); in TestMoveSupport()
1320 CQ dst_queue( std::move(src_queue), allocator<T>(1) ); in TestMoveConstructors()
1334 CQ dst_queue2( std::move(dst_queue), allocator<T>(1) ); in TestMoveConstructors()
1455 TQueue q5(std::move(q1)); in TestDeductionGuides()
1459 TQueue q6(std::move(q4), std::allocator<ComplexType>()); in TestDeductionGuides()
1699 q2 = std::move(q3); in test_queue_helper()
1738 q1 = std::move(q2); in TestMoveQueue()
1797 q1 = std::move(q2); in TestMoveQueueUnequal()
1829 dst = std::move(src); in test_move_assignment_test_equal()
1836 dst_bnd = std::move(src_bnd); in test_move_assignment_test_equal()
1862 dst = std::move(src); in test_move_assignment_test_unequal()
1871 dst_bnd = std::move(src_bnd); in test_move_assignment_test_unequal()