Searched refs:wofstream (Results 1 – 19 of 19) sorted by relevance
38 std::wofstream fso(temp.c_str()); in main()39 std::wofstream fs = move(fso); in main()
26 std::wofstream fs; in main()
36 std::wofstream fs(temp); in main()
36 std::wofstream fs(temp.c_str()); in main()
39 std::wofstream fso(temp.c_str()); in main()40 std::wofstream fs; in main()
53 std::wofstream fs1(temp1.c_str()); in main()54 std::wofstream fs2(temp2.c_str()); in main()
54 std::wofstream fs1(temp1.c_str()); in main()55 std::wofstream fs2(temp2.c_str()); in main()
31 std::wofstream fs(temp.c_str()); in main()
34 std::wofstream fs; in main()
42 std::wofstream fs; in main()
14 using _STLP_NEW_IO_NAMESPACE::wofstream;
51 using _STLP_NEW_IO_NAMESPACE::wofstream;
134 std::wofstream* t3 = 0; in main()
78 typedef basic_ofstream<wchar_t> wofstream;172 typedef basic_ofstream<wchar_t> wofstream;
130 typedef basic_ofstream<wchar_t> wofstream;
149 typedef basic_ofstream<wchar_t, char_traits<wchar_t> > wofstream; typedef
490 wofstream ofs( "test.txt" ); in imbue_while_reading()