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/ |
D | move.pass.cpp | 37 std::wfstream fso(temp, std::ios_base::in | std::ios_base::out in main() 39 std::wfstream fs = move(fso); in main()
|
D | default.pass.cpp | 26 std::wfstream fs; in main()
|
D | string.pass.cpp | 36 std::wfstream fs(temp, in main()
|
D | pointer.pass.cpp | 35 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/ |
D | move_assign.pass.cpp | 38 std::wfstream fso(temp.c_str(), std::ios_base::in | std::ios_base::out in main() 40 std::wfstream fs; in main()
|
D | member_swap.pass.cpp | 49 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()
|
D | nonmember_swap.pass.cpp | 50 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/ |
D | rdbuf.pass.cpp | 27 std::wfstream fs; in main()
|
D | close.pass.cpp | 34 std::wfstream fs; in main()
|
D | open_string.pass.cpp | 38 std::wfstream fs; in main()
|
D | open_pointer.pass.cpp | 38 std::wfstream fs; in main()
|
/ndk/sources/cxx-stl/stlport/stlport/using/ |
D | fstream | 17 using _STLP_NEW_IO_NAMESPACE::wfstream;
|
D | iosfwd | 52 using _STLP_NEW_IO_NAMESPACE::wfstream;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.forward/ |
D | iosfwd.pass.cpp | 135 std::wfstream* t4 = 0; in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | iosfwd | 79 typedef basic_fstream<wchar_t> wfstream; 173 typedef basic_fstream<wchar_t> wfstream;
|
D | fstream | 162 typedef basic_fstream<wchar_t> wfstream;
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _iosfwd.h | 150 typedef basic_fstream<wchar_t, char_traits<wchar_t> > wfstream; typedef
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | fstream_test.cpp | 469 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/ |
D | fstream_test.cpp | 469 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()
|