Searched defs:gzofstream (Results 1 - 4 of 4) sorted by relevance
/third_party/zlib/contrib/iostream/ | ||
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 |
H A D | zfstream.h | 80 class gzofstream : public gzfilestream_common, public ostream { class [all...] |
/third_party/zlib/contrib/iostream3/ | ||
H A D | zfstream.h | 323 class gzofstream : public std::ostream class [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 |
Completed in 3 milliseconds