Home
last modified time | relevance | path

Searched refs:wfilebuf (Results 1 – 16 of 16) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/test/input.output/file.streams/fstreams/filebuf.members/
Dopen_pointer.pass.cpp37 std::wfilebuf f; in main()
43 std::wfilebuf f; in main()
/ndk/sources/cxx-stl/llvm-libc++/test/input.output/file.streams/fstreams/filebuf.assign/
Dnonmember_swap.pass.cpp42 std::wfilebuf f; in main()
49 std::wfilebuf f2; in main()
Dmove_assign.pass.cpp41 std::wfilebuf f; in main()
48 std::wfilebuf f2; in main()
Dmember_swap.pass.cpp40 std::wfilebuf f; in main()
47 std::wfilebuf f2; in main()
/ndk/sources/cxx-stl/llvm-libc++/test/input.output/file.streams/fstreams/filebuf.cons/
Dmove.pass.cpp40 std::wfilebuf f; in main()
47 std::wfilebuf f2(move(f)); in main()
Ddefault.pass.cpp27 std::wfilebuf f; in main()
/ndk/sources/cxx-stl/stlport/src/
Diostream.cpp179 static wfilebuf*
181 auto_ptr<wfilebuf> result(new basic_filebuf<wchar_t, char_traits<wchar_t> >()); in _Stl_create_wfilebuf()
232 auto_ptr<wfilebuf> win(_Stl_create_wfilebuf(stdin, ios_base::in)); in _S_initialize()
233 auto_ptr<wfilebuf> wout(_Stl_create_wfilebuf(stdout, ios_base::out)); in _S_initialize()
234 auto_ptr<wfilebuf> werr(_Stl_create_wfilebuf(stderr, ios_base::out)); in _S_initialize()
235 auto_ptr<wfilebuf> wlog(_Stl_create_wfilebuf(stderr, ios_base::out)); in _S_initialize()
/ndk/sources/cxx-stl/llvm-libc++/test/input.output/file.streams/fstreams/ifstream.members/
Drdbuf.pass.cpp29 std::wfilebuf* fb = fs.rdbuf(); in main()
/ndk/sources/cxx-stl/llvm-libc++/test/input.output/file.streams/fstreams/ofstream.members/
Drdbuf.pass.cpp32 std::wfilebuf* fb = fs.rdbuf(); in main()
/ndk/sources/cxx-stl/stlport/stlport/using/
Dfstream15 using _STLP_NEW_IO_NAMESPACE::wfilebuf;
Diosfwd49 using _STLP_NEW_IO_NAMESPACE::wfilebuf;
/ndk/sources/cxx-stl/llvm-libc++/test/input.output/file.streams/fstreams/filebuf.virtuals/
Dseekoff.pass.cpp65 std::wfilebuf f; in main()
/ndk/sources/cxx-stl/llvm-libc++/test/input.output/iostream.forward/
Diosfwd.pass.cpp132 std::wfilebuf* t1 = 0; in main()
/ndk/sources/cxx-stl/llvm-libc++/include/
Diosfwd76 typedef basic_filebuf<wchar_t> wfilebuf;
170 typedef basic_filebuf<wchar_t> wfilebuf;
Dfstream64 typedef basic_filebuf<wchar_t> wfilebuf;
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_iosfwd.h147 typedef basic_filebuf<wchar_t, char_traits<wchar_t> > wfilebuf; typedef