Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/fstream.cons/
Dmove.pass.cpp37 std::wfstream fso(temp, std::ios_base::in | std::ios_base::out in main()
39 std::wfstream fs = move(fso); in main()
Ddefault.pass.cpp26 std::wfstream fs; in main()
Dstring.pass.cpp36 std::wfstream fs(temp, in main()
Dpointer.pass.cpp35 std::wfstream fs(temp.c_str(), std::ios_base::in | std::ios_base::out in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/fstream.assign/
Dmove_assign.pass.cpp38 std::wfstream fso(temp.c_str(), std::ios_base::in | std::ios_base::out in main()
40 std::wfstream fs; in main()
Dmember_swap.pass.cpp49 std::wfstream fs1(temp1.c_str(), std::ios_base::in | std::ios_base::out in main()
51 std::wfstream fs2(temp2.c_str(), std::ios_base::in | std::ios_base::out in main()
Dnonmember_swap.pass.cpp50 std::wfstream fs1(temp1.c_str(), std::ios_base::in | std::ios_base::out in main()
52 std::wfstream fs2(temp2.c_str(), std::ios_base::in | std::ios_base::out in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/fstream.members/
Drdbuf.pass.cpp27 std::wfstream fs; in main()
Dclose.pass.cpp34 std::wfstream fs; in main()
Dopen_string.pass.cpp38 std::wfstream fs; in main()
Dopen_pointer.pass.cpp38 std::wfstream fs; in main()
/ndk/sources/cxx-stl/stlport/stlport/using/
Dfstream17 using _STLP_NEW_IO_NAMESPACE::wfstream;
Diosfwd52 using _STLP_NEW_IO_NAMESPACE::wfstream;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.forward/
Diosfwd.pass.cpp135 std::wfstream* t4 = 0; in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Diosfwd79 typedef basic_fstream<wchar_t> wfstream;
173 typedef basic_fstream<wchar_t> wfstream;
Dfstream162 typedef basic_fstream<wchar_t> wfstream;
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_iosfwd.h150 typedef basic_fstream<wchar_t, char_traits<wchar_t> > wfstream; typedef
/ndk/tests/device/test-gnustl-full/unit/
Dfstream_test.cpp469 wfstream s( "test_file.txt", ios_base::in | ios_base::out | ios_base::trunc ); in seek()
479 wfstream s( "test_file.txt", ios_base::in | ios_base::out ); in seek()
/ndk/tests/device/test-stlport/unit/
Dfstream_test.cpp469 wfstream s( "test_file.txt", ios_base::in | ios_base::out | ios_base::trunc ); in seek()
479 wfstream s( "test_file.txt", ios_base::in | ios_base::out ); in seek()