Searched refs:wofstream (Results 1 – 23 of 23) 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;
78 typedef basic_ofstream<wchar_t> wofstream;172 typedef basic_ofstream<wchar_t> wofstream;
130 typedef basic_ofstream<wchar_t> wofstream;
134 std::wofstream* t3 = 0; in main()
29 std::wofstream file; in CreateTextFile()
36 std::wofstream file; in CreateTextFile()
149 typedef basic_ofstream<wchar_t, char_traits<wchar_t> > wofstream; typedef
53 std::wofstream file(file_path.c_str(), in WriteCustomInfoToFile()
488 wofstream ofs( "test.txt" ); in imbue_while_reading()
344 wofstream
228 std::wofstream file; in CreateTextFile()