• Home
  • Raw
  • Download

Lines Matching refs:example

28 namespace ex = boost::iostreams::example;
71 io::example::dictionary d; in dictionary_filter_test()
113 io::test_input_filter( io::example::dictionary_stdio_filter(d), in dictionary_filter_test()
118 io::test_output_filter( io::example::dictionary_stdio_filter(d), in dictionary_filter_test()
123 io::test_input_filter( io::example::dictionary_input_filter(d), in dictionary_filter_test()
128 io::test_output_filter( io::example::dictionary_output_filter(d), in dictionary_filter_test()
176 io::test_input_filter( io::example::line_wrapping_stdio_filter(40), in line_wrapping_filter_test()
181 io::test_output_filter( io::example::line_wrapping_stdio_filter(40), in line_wrapping_filter_test()
186 io::test_input_filter( io::example::line_wrapping_input_filter(40), in line_wrapping_filter_test()
191 io::test_output_filter( io::example::line_wrapping_output_filter(40), in line_wrapping_filter_test()
245 io::test_input_filter( io::example::shell_comments_stdio_filter(), in shell_comments_filter_test()
250 io::test_output_filter( io::example::shell_comments_stdio_filter(), in shell_comments_filter_test()
255 io::test_input_filter( io::example::shell_comments_input_filter(), in shell_comments_filter_test()
260 io::test_output_filter( io::example::shell_comments_output_filter(), in shell_comments_filter_test()
265 io::test_input_filter( io::example::shell_comments_dual_use_filter(), in shell_comments_filter_test()
270 io::test_output_filter( io::example::shell_comments_dual_use_filter(), in shell_comments_filter_test()
275 io::test_input_filter( io::example::shell_comments_multichar_input_filter(), in shell_comments_filter_test()
280 io::test_output_filter( io::example::shell_comments_multichar_output_filter(), in shell_comments_filter_test()
364 io::test_input_filter( io::example::tab_expanding_stdio_filter(4), in tab_expanding_filter_test()
369 io::test_output_filter( io::example::tab_expanding_stdio_filter(4), in tab_expanding_filter_test()
374 io::test_input_filter( io::example::tab_expanding_input_filter(4), in tab_expanding_filter_test()
379 io::test_output_filter( io::example::tab_expanding_output_filter(4), in tab_expanding_filter_test()
431 io::test_input_filter( io::example::unix2dos_stdio_filter(), in unix2dos_filter_test()
436 io::test_output_filter( io::example::unix2dos_stdio_filter(), in unix2dos_filter_test()
441 io::test_input_filter( io::example::unix2dos_input_filter(), in unix2dos_filter_test()
446 io::test_output_filter( io::example::unix2dos_output_filter(), in unix2dos_filter_test()