HomeSort by relevance Sort by last modified time
    Searched full:streambuf (Results 176 - 200 of 520) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/libcxx/test/std/input.output/iostream.format/input.streams/istream.formatted/istream_extractors/
ios_base.pass.cpp 32 std::istream is((std::streambuf*)0);
istream.pass.cpp 34 std::istream is((std::streambuf*)0);
  /external/libcxx/test/std/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator_op_astrk/
arrow.pass.cpp 18 #include <streambuf>
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals/
setbuf.pass.cpp 14 // streambuf* setbuf(char* s, streamsize n);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.str.strstreams/depr.strstreambuf/
types.pass.cpp 20 static_assert((std::is_base_of<std::streambuf, std::strstreambuf>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream.formatted/istream_extractors/
basic_ios.pass.cpp 34 std::istream is((std::streambuf*)0);
ios_base.pass.cpp 32 std::istream is((std::streambuf*)0);
istream.pass.cpp 34 std::istream is((std::streambuf*)0);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator_op_astrk/
arrow.pass.cpp 18 #include <streambuf>
  /ndk/sources/cxx-stl/stlport/stlport/using/
iosfwd 26 using _STLP_NEW_IO_NAMESPACE::streambuf;
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/using/
iosfwd 26 using _STLP_NEW_IO_NAMESPACE::streambuf;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/lib/
libmsvcirt.a 20 ?????????????????`?`?>?>?????????????????????????????????????????????????????????????????????????????j?j?P?P?6?6  ???? x xHH??????LL!?!?$?$?'?'?*Z*Z--/?/?2?2?5`5`8(8(:?:?=?=?@?@?C?C?F?F?I|I|LbLbO*O*RRT?T?W?W?Z?Z?]`]``T`Tc4c4ffh?h?k?k?n?n?q?q?ththwxwxznzn}`}`?$?$?????????????r?r?:?:???????????????????n?n?T?T?d?d?Z?Z?L?L???????????????x?x?^?^?????????~?~?X?X? ? ?????????f?f?,?,?????????^?^?2?2????????????__lib64_libmsvcirt_a_iname_head_lib64_libmsvcirt_a_mtunlock__imp__mtunlock_mtlock__imp__mtlock__imp___dummy_export?xsputn@streambuf@@UEAAHPEBDH@Z__imp_?xsputn@streambuf@@UEAAHPEBDH@Z?xsgetn@streambuf@@UEAAHPEADH@Z__imp_?xsgetn@streambuf@@UEAAHPEADH@Z?xalloc@ios@@SAHXZ__imp_?xalloc@ios@@SAHXZ__imp_?x_statebuf@ios@@0PAJA__imp_?x_maxbit@ios@@0JA__imp_?x_lockc@ios@@0U_CRT_CRITICAL_SECTION@@A__imp_?x_curindex@ios@@0HA?ws@@YAAEAVistream@@AEAV1@@Z__imp_?ws@@YAAEAVistream@@AEAV1@@Z?writepad@ostream@@AEAAAEAV1@PEBD0@Z__imp_?writepad@ostream@@AEAAAEAV1@PEBD0@Z?write@ostream@@QEAAAEAV1@PEBEH@Z__imp_?write@ostream@@QEAAAEAV1@PEBEH@Z?write@ostream@@QEAAAEAV1@PEBDH@Z__imp_?write@ostream@@QEAAAEAV1@PEBDH@Z?write@ostream@@QEAAAEAV1@PEBCH@Z__imp_?write@ostream@@QEAAAEAV1@PEBCH@Z?width@ios@@QEBAHXZ__imp_?width@ios@@QEBAHXZ?width@ios@@QEAAHH@Z__imp_?width@ios@@QEAAHH@Z?what@exception@@UEBAPEBDXZ__imp_?what@exception@@UEBAPEBDXZ?unsetf@ios@@QEAAJJ@Z__imp_?unsetf@ios@@QEAAJJ@Z?unlockc@ios@@KAXXZ__imp_?unlockc@ios@@KAXXZ?unlockbuf@ios@@QEAAXXZ__imp_?unlockbuf@ios@@QEAAXXZ?unlock@streambuf@@QEAAXXZ__imp_?unlock@streambuf@@QEAAXXZ?unlock@ios@@QEAAXXZ__imp_?unlock@ios@@QEAAXXZ?underflow@strstreambuf@@UEAAHXZ__imp_?underflow@strstreambuf@@UEAAHXZ?underflow@stdiobuf@@UEAAHXZ__imp_?underflow@stdiobuf@@UEAAHXZ?underflow@filebuf@@UEAAHXZ__imp_?underflow@filebuf@@UEAAHXZ?unbuffered@streambuf@@IEBAHXZ__imp_?unbuffered@streambuf@@IEBAHXZ?unbuffered@streambuf@@IEAAXH@Z__imp_?unbuffered@streambuf@@IEAAXH@Z?tie@ios@@QEBAPEAVostream@@XZ__imp_?tie@ios@@QEBAPEAVostream@@XZ?tie@ios@@QEAAPEAVostr (…)
    [all...]
  /ndk/sources/cxx-stl/stlport/src/
iostream.cpp 197 auto_ptr<streambuf> cin_buf;
198 auto_ptr<streambuf> cout_buf;
199 auto_ptr<streambuf> cerr_buf;
200 auto_ptr<streambuf> clog_buf;
311 auto_ptr<streambuf> cin_buf;
312 auto_ptr<streambuf> cout_buf;
313 auto_ptr<streambuf> cerr_buf;
314 auto_ptr<streambuf> clog_buf;
339 // When streambuf passed to rdbuf is not null, rdbuf is exception safe:
  /external/deqp/executor/
xeXMLWriter.hpp 31 #include <streambuf>
38 class EscapeStreambuf : public std::streambuf
  /external/libcxx/test/std/input.output/iostreams.base/ios/basic.ios.members/
imbue.pass.cpp 17 #include <streambuf>
23 : public std::streambuf
  /external/libcxx/test/std/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign/
swap.pass.cpp 10 // <streambuf>
17 #include <streambuf>
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios/basic.ios.members/
imbue.pass.cpp 17 #include <streambuf>
23 : public std::streambuf
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign/
swap.pass.cpp 10 // <streambuf>
17 #include <streambuf>
  /external/libcxx/test/std/input.output/iostream.format/output.streams/ostream.seeks/
tellp.pass.cpp 45 std::ostream os((std::streambuf*)0);
  /external/libcxx/test/std/input.output/iostream.format/output.streams/ostream_sentry/
construct.pass.cpp 40 std::ostream os((std::streambuf*)0);
  /external/libcxx/test/std/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/
put_pointer.pass.cpp 19 #include <streambuf>
  /external/zlib/src/contrib/iostream/
zfstream.h 8 class gzfilebuf : public streambuf {
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.seeks/
tellp.pass.cpp 45 std::ostream os((std::streambuf*)0);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream_sentry/
construct.pass.cpp 40 std::ostream os((std::streambuf*)0);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/
put_pointer.pass.cpp 19 #include <streambuf>

Completed in 222 milliseconds

1 2 3 4 5 6 78 91011>>