• Home
  • Raw
  • Download

Lines Matching refs:ch

37         filtering_streambuf<input>  ch;  in input_chain_test()  local
40 ch.push(closable_filter<input>(seq.new_operation(2))); in input_chain_test()
41 ch.push(closable_device<input>(seq.new_operation(1))); in input_chain_test()
42 BOOST_CHECK_NO_THROW(ch.pop()); in input_chain_test()
47 ch.push(closable_device<input>(seq.new_operation(1))); in input_chain_test()
48 BOOST_CHECK_NO_THROW(io::close(ch)); in input_chain_test()
53 ch.push(closable_device<input>(seq.new_operation(1))); in input_chain_test()
54 BOOST_CHECK_NO_THROW(ch.reset()); in input_chain_test()
61 filtering_streambuf<input> ch; in input_chain_test() local
64 ch.push( in input_chain_test()
70 ch.push( in input_chain_test()
76 BOOST_CHECK_NO_THROW(ch.pop()); in input_chain_test()
81 ch.push( in input_chain_test()
87 BOOST_CHECK_NO_THROW(io::close(ch)); in input_chain_test()
92 ch.push( in input_chain_test()
98 BOOST_CHECK_NO_THROW(ch.reset()); in input_chain_test()
105 filtering_streambuf<input> ch; in input_chain_test() local
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()
110 BOOST_CHECK_NO_THROW(ch.pop()); in input_chain_test()
115 ch.push(closable_device<seekable>(seq.new_operation(2))); in input_chain_test()
116 BOOST_CHECK_NO_THROW(io::close(ch)); in input_chain_test()
121 ch.push(closable_device<seekable>(seq.new_operation(2))); in input_chain_test()
122 BOOST_CHECK_NO_THROW(ch.reset()); in input_chain_test()
129 filtering_streambuf<input> ch; in input_chain_test() local
133 ch.push( in input_chain_test()
139 ch.push(closable_device<input>(seq.new_operation(1))); in input_chain_test()
140 BOOST_CHECK_NO_THROW(ch.pop()); in input_chain_test()
145 ch.push(closable_device<input>(seq.new_operation(1))); in input_chain_test()
146 BOOST_CHECK_NO_THROW(io::close(ch)); in input_chain_test()
151 ch.push(closable_device<input>(seq.new_operation(1))); in input_chain_test()
152 BOOST_CHECK_NO_THROW(ch.reset()); in input_chain_test()
159 filtering_streambuf<input> ch; in input_chain_test() local
162 ch.push(closable_filter<input>(seq.new_operation(2))); in input_chain_test()
163 ch.push(closable_device<direct_input>(seq.new_operation(1))); in input_chain_test()
164 BOOST_CHECK_NO_THROW(ch.pop()); in input_chain_test()
169 ch.push(closable_device<direct_input>(seq.new_operation(1))); in input_chain_test()
170 BOOST_CHECK_NO_THROW(io::close(ch)); in input_chain_test()
175 ch.push(closable_device<direct_input>(seq.new_operation(1))); in input_chain_test()
176 BOOST_CHECK_NO_THROW(ch.reset()); in input_chain_test()
183 filtering_streambuf<input> ch; in input_chain_test() local
186 ch.push(closable_filter<input>(seq.new_operation(2))); in input_chain_test()
187 ch.push( in input_chain_test()
193 BOOST_CHECK_NO_THROW(ch.pop()); in input_chain_test()
198 ch.push( in input_chain_test()
204 BOOST_CHECK_NO_THROW(io::close(ch)); in input_chain_test()
209 ch.push( in input_chain_test()
215 BOOST_CHECK_NO_THROW(ch.reset()); in input_chain_test()
222 filtering_streambuf<input> ch; in input_chain_test() local
225 ch.push(closable_filter<input>(seq.new_operation(1))); in input_chain_test()
226 ch.push(closable_device<direct_seekable>(seq.new_operation(2))); in input_chain_test()
227 BOOST_CHECK_NO_THROW(ch.pop()); in input_chain_test()
232 ch.push(closable_device<direct_seekable>(seq.new_operation(2))); in input_chain_test()
233 BOOST_CHECK_NO_THROW(io::close(ch)); in input_chain_test()
238 ch.push(closable_device<direct_seekable>(seq.new_operation(2))); in input_chain_test()
239 BOOST_CHECK_NO_THROW(ch.reset()); in input_chain_test()
249 filtering_streambuf<output> ch; in output_chain_test() local
252 ch.push(closable_filter<output>(seq.new_operation(1))); in output_chain_test()
253 ch.push(closable_device<output>(seq.new_operation(2))); in output_chain_test()
254 BOOST_CHECK_NO_THROW(ch.pop()); in output_chain_test()
259 ch.push(closable_device<output>(seq.new_operation(2))); in output_chain_test()
260 BOOST_CHECK_NO_THROW(io::close(ch)); in output_chain_test()
265 ch.push(closable_device<output>(seq.new_operation(2))); in output_chain_test()
266 BOOST_CHECK_NO_THROW(ch.reset()); in output_chain_test()
273 filtering_streambuf<output> ch; in output_chain_test() local
276 ch.push( in output_chain_test()
282 ch.push( in output_chain_test()
288 BOOST_CHECK_NO_THROW(ch.pop()); in output_chain_test()
293 ch.push( in output_chain_test()
299 BOOST_CHECK_NO_THROW(io::close(ch)); in output_chain_test()
304 ch.push( in output_chain_test()
310 BOOST_CHECK_NO_THROW(ch.reset()); in output_chain_test()
317 filtering_streambuf<output> ch; in output_chain_test() local
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()
322 BOOST_CHECK_NO_THROW(ch.pop()); in output_chain_test()
327 ch.push(closable_device<seekable>(seq.new_operation(2))); in output_chain_test()
328 BOOST_CHECK_NO_THROW(io::close(ch)); in output_chain_test()
333 ch.push(closable_device<seekable>(seq.new_operation(2))); in output_chain_test()
334 BOOST_CHECK_NO_THROW(ch.reset()); in output_chain_test()
341 filtering_streambuf<output> ch; in output_chain_test() local
345 ch.push( in output_chain_test()
351 ch.push(closable_device<output>(seq.new_operation(3))); in output_chain_test()
352 BOOST_CHECK_NO_THROW(ch.pop()); in output_chain_test()
357 ch.push(closable_device<output>(seq.new_operation(3))); in output_chain_test()
358 BOOST_CHECK_NO_THROW(io::close(ch)); in output_chain_test()
363 ch.push(closable_device<output>(seq.new_operation(3))); in output_chain_test()
364 BOOST_CHECK_NO_THROW(ch.reset()); in output_chain_test()
371 filtering_streambuf<output> ch; in output_chain_test() local
374 ch.push(closable_filter<output>(seq.new_operation(1))); in output_chain_test()
375 ch.push(closable_device<direct_output>(seq.new_operation(2))); in output_chain_test()
376 BOOST_CHECK_NO_THROW(ch.pop()); in output_chain_test()
381 ch.push(closable_device<direct_output>(seq.new_operation(2))); in output_chain_test()
382 BOOST_CHECK_NO_THROW(io::close(ch)); in output_chain_test()
387 ch.push(closable_device<direct_output>(seq.new_operation(2))); in output_chain_test()
388 BOOST_CHECK_NO_THROW(ch.reset()); in output_chain_test()
395 filtering_streambuf<output> ch; in output_chain_test() local
398 ch.push(closable_filter<output>(seq.new_operation(2))); in output_chain_test()
399 ch.push( in output_chain_test()
405 BOOST_CHECK_NO_THROW(ch.pop()); in output_chain_test()
410 ch.push( in output_chain_test()
416 BOOST_CHECK_NO_THROW(io::close(ch)); in output_chain_test()
421 ch.push( in output_chain_test()
427 BOOST_CHECK_NO_THROW(ch.reset()); in output_chain_test()
434 filtering_streambuf<output> ch; in output_chain_test() local
437 ch.push(closable_filter<output>(seq.new_operation(1))); in output_chain_test()
438 ch.push(closable_device<direct_seekable>(seq.new_operation(2))); in output_chain_test()
439 BOOST_CHECK_NO_THROW(ch.pop()); in output_chain_test()
444 ch.push(closable_device<direct_seekable>(seq.new_operation(2))); in output_chain_test()
445 BOOST_CHECK_NO_THROW(io::close(ch)); in output_chain_test()
450 ch.push(closable_device<direct_seekable>(seq.new_operation(2))); in output_chain_test()
451 BOOST_CHECK_NO_THROW(ch.reset()); in output_chain_test()
461 filtering_streambuf<bidirectional> ch; in bidirectional_chain_test() local
464 ch.push( in bidirectional_chain_test()
470 ch.push( in bidirectional_chain_test()
476 BOOST_CHECK_NO_THROW(ch.pop()); in bidirectional_chain_test()
481 ch.push( in bidirectional_chain_test()
487 BOOST_CHECK_NO_THROW(io::close(ch)); in bidirectional_chain_test()
492 ch.push( in bidirectional_chain_test()
498 BOOST_CHECK_NO_THROW(ch.reset()); in bidirectional_chain_test()
505 filtering_streambuf<bidirectional> ch; in bidirectional_chain_test() local
508 ch.push( in bidirectional_chain_test()
514 ch.push( in bidirectional_chain_test()
520 BOOST_CHECK_NO_THROW(ch.pop()); in bidirectional_chain_test()
525 ch.push( in bidirectional_chain_test()
531 BOOST_CHECK_NO_THROW(io::close(ch)); in bidirectional_chain_test()
536 ch.push( in bidirectional_chain_test()
542 BOOST_CHECK_NO_THROW(ch.reset()); in bidirectional_chain_test()
552 filtering_streambuf<seekable> ch; in seekable_chain_test() local
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()
557 BOOST_CHECK_NO_THROW(ch.pop()); in seekable_chain_test()
562 ch.push(closable_device<seekable>(seq.new_operation(2))); in seekable_chain_test()
563 BOOST_CHECK_NO_THROW(io::close(ch)); in seekable_chain_test()
568 ch.push(closable_device<seekable>(seq.new_operation(2))); in seekable_chain_test()
569 BOOST_CHECK_NO_THROW(ch.reset()); in seekable_chain_test()
576 filtering_streambuf<seekable> ch; in seekable_chain_test() local
579 ch.push(closable_filter<seekable>(seq.new_operation(1))); in seekable_chain_test()
580 ch.push(closable_device<direct_seekable>(seq.new_operation(2))); in seekable_chain_test()
581 BOOST_CHECK_NO_THROW(ch.pop()); in seekable_chain_test()
586 ch.push(closable_device<direct_seekable>(seq.new_operation(2))); in seekable_chain_test()
587 BOOST_CHECK_NO_THROW(io::close(ch)); in seekable_chain_test()
592 ch.push(closable_device<direct_seekable>(seq.new_operation(2))); in seekable_chain_test()
593 BOOST_CHECK_NO_THROW(ch.reset()); in seekable_chain_test()