Home
last modified time | relevance | path

Searched defs:streambuf (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/
H A Dp811.C6 class ostream; class streambuf; variable
144 struct streambuf : private __streambuf { struct
149 static streambuf* _list_all; argument
150 streambuf*& xchain() { return _chain; } in xchain() argument
153 char* gptr() const { return _gptr; } in gptr()
154 char* pptr() const { return _pptr; } in pptr()
155 char* egptr() const { return _egptr; } in egptr()
156 char* epptr() const { return _epptr; } in epptr()
180 streambuf(); argument
194 virtual streambuf* setbuf(char* p, int len); argument
[all …]
H A Dp784.C345 class ostream; class streambuf; variable
475 struct streambuf : private __streambuf { struct
480 static streambuf* _list_all; /* List of open streambufs. */ argument
481 streambuf*& xchain() { return _chain; } in xchain() argument
484 char* gptr() const { return _gptr; } in gptr()
485 char* pptr() const { return _pptr; } in pptr()
486 char* egptr() const { return _egptr; } in egptr()
487 char* epptr() const { return _epptr; } in epptr()
511 streambuf(); argument
525 virtual streambuf* setbuf(char* p, int len); argument
[all …]
/openbsd-src/gnu/lib/libstdc++/libstdc++/include/std/
H A Dstd_iosfwd.h137 typedef basic_streambuf<char> streambuf; ///< @isiosfwd typedef
/openbsd-src/gnu/gcc/libstdc++-v3/include/std/
H A Dstd_iosfwd.h136 typedef basic_streambuf<char> streambuf; ///< @isiosfwd typedef