HomeSort by relevance Sort by last modified time
    Searched full:streambuf (Results 26 - 50 of 56) sorted by null

12 3

  /external/zlib/contrib/iostream/
zfstream.h 8 class gzfilebuf : public streambuf {
  /external/stlport/stlport/stl/
_streambuf.h 28 // Class basic_streambuf<>, the base class of the streambuf hierarchy.
69 locale _M_locale; // The streambuf's locale object
256 // sets the streambuf's locale to __loc. Note that imbue should
257 // not (and cannot, since it has no access to streambuf's private
258 // members) set the streambuf's locale itself.
_istream.c 163 // Helper function: try to push back a character to a streambuf,
709 // we have not reached eof. What that means is that the streambuf has
964 // we have not reached eof. What that means is that the streambuf has
    [all...]
_ios.c 37 // Public constructor, taking a streambuf.
_iosfwd.h 123 typedef basic_streambuf<char,char_traits<char> > streambuf; typedef
_ostream.c 46 // Output directly from a streambuf.
66 // Helper functions for the streambuf version of operator<<. The
114 * Helper struct (guard) to put back a character in a streambuf
_strstream.h 43 // Class strstreambuf, a streambuf class that manages an array of char.
_ios_base.h 45 // manipulation to the streambuf classes, and they delegate most
_istream.h 121 public: // Copying characters into a streambuf.
_ostream.h 100 // Formatted output from a streambuf.
_bitset.h 769 streambuf* __buf = __is.rdbuf();
  /external/astl/src/
ios_globals.cpp 45 // stderr streambuf implementation used to build the cout and cerr
sstream.cpp 30 #include <streambuf>
ostream.cpp 30 #include <streambuf>
  /external/stlport/etc/
msvcincl.dat 162 streambuf
163 streambuf.h
ChangeLog-5.1     [all...]
ChangeLog 789 ostream instances, only streambuf is a filebuf when the macro is
    [all...]
  /external/stlport/stlport/
locale 58 // some stuff for streambuf iterators ended up defined there
  /external/zlib/contrib/iostream3/
zfstream.h 25 * file streambuf.
27 class gzfilebuf : public std::streambuf
135 virtual std::streambuf*
zfstream.cc 265 std::streambuf*
  /external/icu4c/common/
uprops.h 271 /* #define _Pc FLAG(U_CONNECTOR_PUNCTUATION) -- conflicts with MS Visual Studio 9.0 streambuf */
278 /* #define _Pf FLAG(U_FINAL_PUNCTUATION) -- conflicts with MS Visual Studio 9.0 streambuf */
  /external/stlport/test/eh/
main.cpp 158 std::streambuf* old_cout_buf = cout.rdbuf(file.rdbuf());
159 std::streambuf* old_cerr_buf = cerr.rdbuf(file.rdbuf());
  /external/astl/include/
ios_base.h 80 * ios_base is extended by basic_ios which wraps a streambuf and
  /external/stlport/src/
stdio_streambuf.cpp 64 _STLP_STD::streambuf* stdio_streambuf_base::setbuf(char* s, streamsize n) {
  /external/stlport/test/unit/
fstream_test.cpp 882 // const streambuf *b = f.rdbuf();

Completed in 347 milliseconds

12 3