HomeSort by relevance Sort by last modified time
    Searched refs:wfilebuf (Results 1 - 25 of 29) sorted by null

1 2

  /external/libcxx/test/input.output/file.streams/fstreams/filebuf.cons/
default.pass.cpp 27 std::wfilebuf f;
move.pass.cpp 40 std::wfilebuf f;
47 std::wfilebuf f2(move(f));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/filebuf.cons/
default.pass.cpp 27 std::wfilebuf f;
move.pass.cpp 40 std::wfilebuf f;
47 std::wfilebuf f2(move(f));
  /external/libcxx/test/input.output/file.streams/fstreams/ifstream.members/
rdbuf.pass.cpp 29 std::wfilebuf* fb = fs.rdbuf();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/ifstream.members/
rdbuf.pass.cpp 29 std::wfilebuf* fb = fs.rdbuf();
  /external/libcxx/test/input.output/file.streams/fstreams/ofstream.members/
rdbuf.pass.cpp 32 std::wfilebuf* fb = fs.rdbuf();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/ofstream.members/
rdbuf.pass.cpp 32 std::wfilebuf* fb = fs.rdbuf();
  /external/libcxx/test/input.output/file.streams/fstreams/filebuf.assign/
member_swap.pass.cpp 40 std::wfilebuf f;
47 std::wfilebuf f2;
move_assign.pass.cpp 41 std::wfilebuf f;
48 std::wfilebuf f2;
nonmember_swap.pass.cpp 42 std::wfilebuf f;
49 std::wfilebuf f2;
  /external/libcxx/test/input.output/file.streams/fstreams/filebuf.members/
open_pointer.pass.cpp 37 std::wfilebuf f;
43 std::wfilebuf f;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/filebuf.assign/
member_swap.pass.cpp 40 std::wfilebuf f;
47 std::wfilebuf f2;
move_assign.pass.cpp 41 std::wfilebuf f;
48 std::wfilebuf f2;
nonmember_swap.pass.cpp 42 std::wfilebuf f;
49 std::wfilebuf f2;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/filebuf.members/
open_pointer.pass.cpp 37 std::wfilebuf f;
43 std::wfilebuf f;
  /external/stlport/src/
iostream.cpp 179 static wfilebuf*
181 auto_ptr<wfilebuf> result(new basic_filebuf<wchar_t, char_traits<wchar_t> >());
232 auto_ptr<wfilebuf> win(_Stl_create_wfilebuf(stdin, ios_base::in));
233 auto_ptr<wfilebuf> wout(_Stl_create_wfilebuf(stdout, ios_base::out));
234 auto_ptr<wfilebuf> werr(_Stl_create_wfilebuf(stderr, ios_base::out));
235 auto_ptr<wfilebuf> wlog(_Stl_create_wfilebuf(stderr, ios_base::out));
  /ndk/sources/cxx-stl/stlport/src/
iostream.cpp 179 static wfilebuf*
181 auto_ptr<wfilebuf> result(new basic_filebuf<wchar_t, char_traits<wchar_t> >());
232 auto_ptr<wfilebuf> win(_Stl_create_wfilebuf(stdin, ios_base::in));
233 auto_ptr<wfilebuf> wout(_Stl_create_wfilebuf(stdout, ios_base::out));
234 auto_ptr<wfilebuf> werr(_Stl_create_wfilebuf(stderr, ios_base::out));
235 auto_ptr<wfilebuf> wlog(_Stl_create_wfilebuf(stderr, ios_base::out));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/filebuf.virtuals/
seekoff.pass.cpp 48 std::wfilebuf f;
  /external/libcxx/test/input.output/file.streams/fstreams/filebuf.virtuals/
seekoff.pass.cpp 65 std::wfilebuf f;
  /external/libcxx/test/input.output/iostream.forward/
iosfwd.pass.cpp 132 std::wfilebuf* t1 = 0;
  /external/stlport/stlport/stl/
_iosfwd.h 147 typedef basic_filebuf<wchar_t, char_traits<wchar_t> > wfilebuf; typedef
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.forward/
iosfwd.pass.cpp 132 std::wfilebuf* t1 = 0;
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_iosfwd.h 147 typedef basic_filebuf<wchar_t, char_traits<wchar_t> > wfilebuf; typedef
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_iosfwd.h 147 typedef basic_filebuf<wchar_t, char_traits<wchar_t> > wfilebuf; typedef

Completed in 139 milliseconds

1 2