Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++/test/input.output/file.streams/fstreams/filebuf.virtuals/
Dseekoff.pass.cpp43 typedef std::filebuf::pos_type pos_type; in main()
44 std::filebuf f; in main()
64 typedef std::filebuf::pos_type pos_type; in main()
/ndk/sources/cxx-stl/llvm-libc++/test/input.output/file.streams/fstreams/filebuf.members/
Dopen_pointer.pass.cpp22 std::filebuf f; in main()
28 std::filebuf f; in main()
/ndk/sources/cxx-stl/llvm-libc++/test/input.output/file.streams/fstreams/filebuf.assign/
Dnonmember_swap.pass.cpp27 std::filebuf f; in main()
34 std::filebuf f2; in main()
Dmove_assign.pass.cpp26 std::filebuf f; in main()
33 std::filebuf f2; in main()
Dmember_swap.pass.cpp25 std::filebuf f; in main()
32 std::filebuf f2; in main()
/ndk/sources/cxx-stl/llvm-libc++/test/input.output/file.streams/fstreams/filebuf.cons/
Dmove.pass.cpp26 std::filebuf f; in main()
33 std::filebuf f2(move(f)); in main()
Ddefault.pass.cpp23 std::filebuf f; in main()
/ndk/sources/cxx-stl/llvm-libc++/test/input.output/file.streams/fstreams/ifstream.members/
Drdbuf.pass.cpp24 std::filebuf* fb = fs.rdbuf(); in main()
/ndk/sources/cxx-stl/llvm-libc++/test/input.output/file.streams/fstreams/ofstream.members/
Drdbuf.pass.cpp26 std::filebuf* fb = fs.rdbuf(); in main()
/ndk/sources/cxx-stl/stlport/stlport/using/
Dfstream5 using _STLP_NEW_IO_NAMESPACE::filebuf;
Diosfwd31 using _STLP_NEW_IO_NAMESPACE::filebuf;
/ndk/sources/cxx-stl/stlport/src/
Diostream.cpp167 static filebuf*
169 auto_ptr<filebuf> result(new basic_filebuf<char, char_traits<char> >()); in _Stl_create_filebuf()
/ndk/sources/cxx-stl/llvm-libc++/test/input.output/iostream.forward/
Diosfwd.pass.cpp114 std::filebuf* t1 = 0; in main()
/ndk/sources/cxx-stl/llvm-libc++/include/
Diosfwd61 typedef basic_filebuf<char> filebuf;
155 typedef basic_filebuf<char> filebuf;
Dfstream63 typedef basic_filebuf<char> filebuf;
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_iosfwd.h130 typedef basic_filebuf<char, char_traits<char> > filebuf; typedef