Lines Matching refs:seekable
108 ch.push(closable_filter<seekable>(seq.new_operation(1))); in input_chain_test()
109 ch.push(closable_device<seekable>(seq.new_operation(2))); in input_chain_test()
115 ch.push(closable_device<seekable>(seq.new_operation(2))); in input_chain_test()
121 ch.push(closable_device<seekable>(seq.new_operation(2))); in input_chain_test()
320 ch.push(closable_filter<seekable>(seq.new_operation(1))); in output_chain_test()
321 ch.push(closable_device<seekable>(seq.new_operation(2))); in output_chain_test()
327 ch.push(closable_device<seekable>(seq.new_operation(2))); in output_chain_test()
333 ch.push(closable_device<seekable>(seq.new_operation(2))); in output_chain_test()
552 filtering_streambuf<seekable> ch; in seekable_chain_test()
555 ch.push(closable_filter<seekable>(seq.new_operation(1))); in seekable_chain_test()
556 ch.push(closable_device<seekable>(seq.new_operation(2))); in seekable_chain_test()
562 ch.push(closable_device<seekable>(seq.new_operation(2))); in seekable_chain_test()
568 ch.push(closable_device<seekable>(seq.new_operation(2))); in seekable_chain_test()
576 filtering_streambuf<seekable> ch; in seekable_chain_test()
579 ch.push(closable_filter<seekable>(seq.new_operation(1))); in seekable_chain_test()
635 stream< closable_device<seekable> > str; in stream_test()
636 str.open(closable_device<seekable>(seq.new_operation(1))); in stream_test()