Home
last modified time | relevance | path

Searched refs:wofstream (Results 1 – 19 of 19) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/ofstream.cons/
Dmove.pass.cpp38 std::wofstream fso(temp.c_str()); in main()
39 std::wofstream fs = move(fso); in main()
Ddefault.pass.cpp26 std::wofstream fs; in main()
Dstring.pass.cpp36 std::wofstream fs(temp); in main()
Dpointer.pass.cpp36 std::wofstream fs(temp.c_str()); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/ofstream.assign/
Dmove_assign.pass.cpp39 std::wofstream fso(temp.c_str()); in main()
40 std::wofstream fs; in main()
Dmember_swap.pass.cpp53 std::wofstream fs1(temp1.c_str()); in main()
54 std::wofstream fs2(temp2.c_str()); in main()
Dnonmember_swap.pass.cpp54 std::wofstream fs1(temp1.c_str()); in main()
55 std::wofstream fs2(temp2.c_str()); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/ofstream.members/
Drdbuf.pass.cpp31 std::wofstream fs(temp.c_str()); in main()
Dclose.pass.cpp34 std::wofstream fs; in main()
Dopen_string.pass.cpp42 std::wofstream fs; in main()
Dopen_pointer.pass.cpp42 std::wofstream fs; in main()
/ndk/sources/cxx-stl/stlport/stlport/using/
Dfstream14 using _STLP_NEW_IO_NAMESPACE::wofstream;
Diosfwd51 using _STLP_NEW_IO_NAMESPACE::wofstream;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.forward/
Diosfwd.pass.cpp134 std::wofstream* t3 = 0; in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Diosfwd78 typedef basic_ofstream<wchar_t> wofstream;
172 typedef basic_ofstream<wchar_t> wofstream;
Dfstream130 typedef basic_ofstream<wchar_t> wofstream;
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_iosfwd.h149 typedef basic_ofstream<wchar_t, char_traits<wchar_t> > wofstream; typedef
/ndk/tests/device/test-gnustl-full/unit/
Dcodecvt_test.cpp490 wofstream ofs( "test.txt" ); in imbue_while_reading()
/ndk/tests/device/test-stlport/unit/
Dcodecvt_test.cpp490 wofstream ofs( "test.txt" ); in imbue_while_reading()