Lines Matching refs:push

46 void push(CQ& q, ValueType v, CounterType i) {  in push()  function
48 case 0: q.push( v); break; in push()
49 case 1: q.push( std::move(v)); break; in push()
73 base_type::push( source); in try_push()
148 queue.push(f); in TestClear()
158 queue.push( f); in TestClear()
168 queue.push(f); in TestClear()
243 queue.push(f); in TestIterator()
426 src_queue.push(T(i + (i ^ size))); in TestConstructors()
470 src_queue.push(T(++k)); in TestConstructors()
471 src_queue.push(T(++k)); in TestConstructors()
496 src_queue.push(T(i + 1000)); in TestConstructors()
497 src_queue.push(T(i + 1000)); in TestConstructors()
500 dst_queue5.push(T(i + 1000)); in TestConstructors()
501 dst_queue5.push(T(i + 1000)); in TestConstructors()
522 src_queue_ex.push(T_EX(k + (k ^ size))); in TestConstructors()
528 src_queue_ex.push(T_EX(k + (k ^ size))); in TestConstructors()
555 src_queue.push(T(i + (i ^ size))); in TestConstructors()
608 queue.push(T()); in operator ()()
633 bool try_push( const T& source ) { return this->push( source); } in try_push()
662 push(*queue, g, j); in operator ()()
703 push(queue, f, i); in TestPushPop()
858 push( queue_test, T(), k); in TestExceptionBody()
881 push( queue_test, T(), k); in TestExceptionBody()
889 push( queue_test, T(), k); in TestExceptionBody()
951 q->push(42); in operator ()()
1030 iq3.push(42); in TestAbort()
1031 iq3.push(42); in TestAbort()
1109 static bool push( CQ& queue, VType&& val ) { in push() function
1110 queue.push( std::forward<VType>( val ) ); in push()
1118 static bool push( CQ& queue, VType&& val ) { in push() function
1183 CHECK(pusher<push_op>::push( q, MoveOperationTracker() )); in TestMoveSupport()
1188 CHECK(pusher<push_op>::push( q, std::move(ob) )); in TestMoveSupport()
1254 CHECK(pusher<push_op>::push(q, *it)); in FillTest()
1309 src_queue.push( T(i + (i ^ size)) ); in TestMoveConstructors()
1728 q1.push(obj); in TestMoveQueue()
1734 q2.push(obj); in TestMoveQueue()
1789 q1.push(obj); in TestMoveQueueUnequal()
1793 q2.push(obj); in TestMoveQueueUnequal()
1853 src.push(v); in test_move_assignment_test_unequal()
1854 src.push(v); in test_move_assignment_test_unequal()
1868 src_bnd.push(v); in test_move_assignment_test_unequal()
1869 src_bnd.push(v); in test_move_assignment_test_unequal()