Searched refs:ob (Results 1 – 2 of 2) sorted by relevance
339 MoveOperationTracker ob; in test_move_support_in_push_pop() local341 q1.push(std::move(ob)); in test_move_support_in_push_pop()347 q1.try_pop(ob); in test_move_support_in_push_pop()
1187 MoveOperationTracker ob; in TestMoveSupport() local1188 CHECK(pusher<push_op>::push( q, std::move(ob) )); in TestMoveSupport()1195 bool result = popper<pop_op>::pop( q, ob ); in TestMoveSupport()