Searched refs:gzofstream (Results 1 - 6 of 6) sorted by relevance
/third_party/zlib/contrib/iostream/ |
H A D | zfstream.h | 47 friend class gzofstream; 48 friend gzofstream &setcompressionlevel( gzofstream &, int ); 49 friend gzofstream &setcompressionstrategy( gzofstream &, int ); 80 class gzofstream : public gzfilestream_common, public ostream { class 84 gzofstream(); 85 gzofstream( const char *name, int io_mode = ios::out ); 86 gzofstream( int fd, int io_mode = ios::out ); 88 virtual ~gzofstream(); [all...] |
H A D | zfstream.cpp | 311 gzofstream::gzofstream() : in gzofstream() function in gzofstream 317 gzofstream::gzofstream( const char *name, int io_mode ) : in gzofstream() function in gzofstream 323 gzofstream::gzofstream( int fd, int io_mode ) : in gzofstream() function in gzofstream 329 gzofstream::~gzofstream() { } in ~gzofstream()
|
H A D | test.cpp | 8 gzofstream os( 1, ios::out ); in main()
|
/third_party/zlib/contrib/iostream3/ |
H A D | zfstream.h | 323 class gzofstream : public std::ostream class 327 gzofstream(); 335 gzofstream(const char* name, 344 gzofstream(int fd, 409 * This class defines a two-argument manipulator for gzofstream. It is used 418 friend gzofstream& 419 operator<<(gzofstream&, 423 gzomanip2(gzofstream& (*f)(gzofstream&, T1, T2), 428 gzofstream [all...] |
H A D | zfstream.cc | 429 gzofstream::gzofstream() in gzofstream() function in gzofstream 434 gzofstream::gzofstream(const char* name, in gzofstream() function in gzofstream 443 gzofstream::gzofstream(int fd, in gzofstream() function in gzofstream 453 gzofstream::open(const char* name, in open() 464 gzofstream::attach(int fd, in attach() 475 gzofstream::close() in close()
|
H A D | test.cc | 2 * Test program for gzifstream and gzofstream 13 gzofstream outf; in main()
|
Completed in 3 milliseconds