Lines Matching refs:out_mode
32 first.push(tee(file_sink(dest.name(), out_mode))); in read_write_test()
47 first.push(tee(file_sink(dest.name(), out_mode))); in read_write_test()
62 out.push(tee(file_sink(dest1.name(), out_mode))); in read_write_test()
63 out.push(file_sink(dest2.name(), out_mode)); in read_write_test()
76 out.push(tee(file_sink(dest1.name(), out_mode))); in read_write_test()
77 out.push(file_sink(dest2.name(), out_mode)); in read_write_test()
91 file_sink(dest.name(), out_mode) ) ); in read_write_test()
106 file_sink(dest.name(), out_mode) ) ); in read_write_test()
120 out.push( tee( file_sink(dest1.name(), out_mode), in read_write_test()
121 file_sink(dest2.name(), out_mode) ) ); in read_write_test()
134 out.push( tee( file_sink(dest1.name(), out_mode), in read_write_test()
135 file_sink(dest2.name(), out_mode) ) ); in read_write_test()
249 std::ofstream stream1(dest1.name().c_str(), out_mode); in test_std_io()
251 out.push(file_sink(dest2.name(), out_mode)); in test_std_io()
262 std::ofstream stream1(dest1.name().c_str(), out_mode); in test_std_io()
264 file_sink(dest2.name(), out_mode) ) ); in test_std_io()
275 std::ofstream stream2(dest2.name().c_str(), out_mode); in test_std_io()
276 out.push( tee ( file_sink(dest1.name(), out_mode), in test_std_io()
288 std::ofstream stream1(dest1.name().c_str(), out_mode); in test_std_io()
289 std::ofstream stream2(dest2.name().c_str(), out_mode); in test_std_io()