Searched defs:gzofstream (Results 1 – 4 of 4) sorted by relevance
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/iostream/ |
A D | zfstream.h | 47 friend class gzofstream; variable 95 gzomanip(gzofstream &(*f)(gzofstream &, T), T v) : func(f), val(v) { } in gzomanip() argument
|
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
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/iostream3/ |
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
|
A D | zfstream.h | 449 gzomanip2<T1,T2>::gzomanip2(gzofstream &(*f)(gzofstream &, T1, T2), in gzomanip2() argument
|
Completed in 8 milliseconds