Lines Matching refs:serial_queue_helper
301 class serial_queue_helper { class
307 serial_queue_helper<ELEM-1,IType>::print_remark(); in print_remark()
312 serial_queue_helper<ELEM-1,IType>::fill_one_queue(maxVal,my_indexer); in fill_one_queue()
319 serial_queue_helper<ELEM-1,IType>::put_one_queue_val(myVal, my_indexer); in put_one_queue_val()
330 serial_queue_helper<ELEM-1,IType>::check_queue_value(v); in check_queue_value()
336 class serial_queue_helper<1, IType> { class
373 serial_queue_helper<SIZE,IType>::put_one_queue_val(i,my_indexer); in test_one_serial()
381 serial_queue_helper<SIZE,IType>::check_queue_value(v); in test_one_serial()
388 serial_queue_helper<SIZE, IType>::fill_one_queue(Count,my_indexer); in test_one_serial()
395 serial_queue_helper<SIZE,IType>::check_queue_value(v); in test_one_serial()
426 serial_queue_helper<SIZE, IType>::print_remark(); INFO(" >\n"); in test()