Home
last modified time | relevance | path

Searched refs:streambuf (Results 1 – 25 of 115) sorted by relevance

12345

/ndk/sources/cxx-stl/stlport/stlport/
Diostream.h55 istream_withassign() : istream((streambuf*)0) {}
62 istream_withassign& operator=(streambuf* __s) {
70 ostream_withassign() : ostream((streambuf*)0) {} in ostream_withassign()
77 ostream_withassign& operator=(streambuf* __s) {
85 iostream_withassign() : iostream((streambuf*)0) {} in iostream_withassign()
91 iostream_withassign & operator=(streambuf* __s) {
Dstreambuf37 # include_next <streambuf>
39 # include _STLP_NATIVE_HEADER(streambuf)
Dstreambuf.h37 using _STLP_STD::streambuf;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios/basic.ios.members/
Drdbuf_streambuf.pass.cpp25 std::streambuf* sb = (std::streambuf*)1; in main()
26 std::streambuf* sb2 = ios.rdbuf(sb); in main()
31 assert(sb2 == (std::streambuf*)1); in main()
Dset_rdbuf.pass.cpp21 : public std::streambuf
28 testios(std::streambuf* p) : std::ios(p) {} in testios()
29 void set_rdbuf(std::streambuf* x) {std::ios::set_rdbuf(x);} in set_rdbuf()
Drdbuf.pass.cpp27 std::streambuf* sb = (std::streambuf*)1; in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/
Dtypes.pass.cpp28 static_assert((std::is_same<std::streambuf::char_type, char>::value), ""); in main()
29 static_assert((std::is_same<std::streambuf::traits_type, std::char_traits<char> >::value), ""); in main()
30 …static_assert((std::is_same<std::streambuf::int_type, std::char_traits<char>::int_type>::value), "… in main()
31 …static_assert((std::is_same<std::streambuf::pos_type, std::char_traits<char>::pos_type>::value), "… in main()
32 …static_assert((std::is_same<std::streambuf::off_type, std::char_traits<char>::off_type>::value), "… in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.cons/
Dcopy.fail.cpp20 std::streambuf get();
24 std::streambuf sb = get(); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios/basic.ios.cons/
Dctor_streambuf.pass.cpp23 std::streambuf* sb = 0; in main()
36 std::streambuf* sb = (std::streambuf*)1; in main()
/ndk/sources/cxx-stl/stlport/src/
Diostream.cpp197 auto_ptr<streambuf> cin_buf; in _S_initialize()
198 auto_ptr<streambuf> cout_buf; in _S_initialize()
199 auto_ptr<streambuf> cerr_buf; in _S_initialize()
200 auto_ptr<streambuf> clog_buf; in _S_initialize()
311 auto_ptr<streambuf> cin_buf; in sync_with_stdio()
312 auto_ptr<streambuf> cout_buf; in sync_with_stdio()
313 auto_ptr<streambuf> cerr_buf; in sync_with_stdio()
314 auto_ptr<streambuf> clog_buf; in sync_with_stdio()
/ndk/tests/device/test-stlport/unit/
Dfull_streambuf.h11 class full_streambuf : public std::streambuf {
13 typedef std::streambuf _Base;
/ndk/tests/device/test-gnustl-full/unit/
Dfull_streambuf.h11 class full_streambuf : public std::streambuf {
13 typedef std::streambuf _Base;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale.convenience/conversions/conversions.buffer/
Dctor.pass.cpp41 static_assert(!std::is_convertible<std::streambuf*, B>::value, ""); in main()
42 static_assert( std::is_constructible<B, std::streambuf*>::value, ""); in main()
/ndk/sources/cxx-stl/stlport/stlport/using/h/
Dstreambuf.h1 using ::streambuf;
Dfstream.h1 using ::streambuf;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Diostream18 #include <streambuf>
39 #include <streambuf>
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.str.strstreams/depr.strstreambuf/
Dtypes.pass.cpp20 static_assert((std::is_base_of<std::streambuf, std::strstreambuf>::value), ""); in main()
/ndk/sources/cxx-stl/stlport/stlport/using/
Dstreambuf2 using _STLP_NEW_IO_NAMESPACE::streambuf;
Dexport11 streambuf
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream.formatted/istream_extractors/
Dios_base.pass.cpp32 std::istream is((std::streambuf*)0); in main()
Dbasic_ios.pass.cpp34 std::istream is((std::streambuf*)0); in main()
Distream.pass.cpp34 std::istream is((std::streambuf*)0); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/std.ios.manip/fmtflags.manip/
Dboolalpha.pass.cpp20 struct testbuf : public std::streambuf {};
Dskipws.pass.cpp20 struct testbuf : public std::streambuf {};
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/std.ios.manip/floatfield.manip/
Dscientific.pass.cpp20 struct testbuf : public std::streambuf {};

12345