Searched refs:gzfilestream_common (Results 1 – 6 of 6) sorted by relevance
/third_party/zlib/contrib/iostream/ |
D | zfstream.cpp | 254 gzfilestream_common::gzfilestream_common() : in gzfilestream_common() function in gzfilestream_common 255 ios( gzfilestream_common::rdbuf() ) in gzfilestream_common() 258 gzfilestream_common::~gzfilestream_common() in ~gzfilestream_common() 261 void gzfilestream_common::attach( int fd, int io_mode ) { in attach() 270 void gzfilestream_common::open( const char *name, int io_mode ) { in open() 279 void gzfilestream_common::close() { in close() 286 gzfilebuf *gzfilestream_common::rdbuf() in rdbuf() 292 ios( gzfilestream_common::rdbuf() ) in gzifstream() 298 ios( gzfilestream_common::rdbuf() ) in gzifstream() 300 gzfilestream_common::open( name, io_mode ); in gzifstream() [all …]
|
D | zfstream.h | 44 class gzfilestream_common : virtual public ios { 52 virtual ~gzfilestream_common(); 59 gzfilestream_common(); 68 class gzifstream : public gzfilestream_common, public istream { 80 class gzofstream : public gzfilestream_common, public ostream {
|
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/contrib/iostream/ |
D | zfstream.cpp | 254 gzfilestream_common::gzfilestream_common() : in gzfilestream_common() function in gzfilestream_common 255 ios( gzfilestream_common::rdbuf() ) in gzfilestream_common() 258 gzfilestream_common::~gzfilestream_common() in ~gzfilestream_common() 261 void gzfilestream_common::attach( int fd, int io_mode ) { in attach() 270 void gzfilestream_common::open( const char *name, int io_mode ) { in open() 279 void gzfilestream_common::close() { in close() 286 gzfilebuf *gzfilestream_common::rdbuf() in rdbuf() 292 ios( gzfilestream_common::rdbuf() ) in gzifstream() 298 ios( gzfilestream_common::rdbuf() ) in gzifstream() 300 gzfilestream_common::open( name, io_mode ); in gzifstream() [all …]
|
D | zfstream.h | 44 class gzfilestream_common : virtual public ios { 52 virtual ~gzfilestream_common(); 59 gzfilestream_common(); 68 class gzifstream : public gzfilestream_common, public istream { 80 class gzofstream : public gzfilestream_common, public ostream {
|
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/contrib/iostream/ |
D | zfstream.cpp | 254 gzfilestream_common::gzfilestream_common() : in gzfilestream_common() function in gzfilestream_common 255 ios( gzfilestream_common::rdbuf() ) in gzfilestream_common() 258 gzfilestream_common::~gzfilestream_common() in ~gzfilestream_common() 261 void gzfilestream_common::attach( int fd, int io_mode ) { in attach() 270 void gzfilestream_common::open( const char *name, int io_mode ) { in open() 279 void gzfilestream_common::close() { in close() 286 gzfilebuf *gzfilestream_common::rdbuf() in rdbuf() 292 ios( gzfilestream_common::rdbuf() ) in gzifstream() 298 ios( gzfilestream_common::rdbuf() ) in gzifstream() 300 gzfilestream_common::open( name, io_mode ); in gzifstream() [all …]
|
D | zfstream.h | 44 class gzfilestream_common : virtual public ios { 52 virtual ~gzfilestream_common(); 59 gzfilestream_common(); 68 class gzifstream : public gzfilestream_common, public istream { 80 class gzofstream : public gzfilestream_common, public ostream {
|