HomeSort by relevance Sort by last modified time
    Searched full:gzomanip2 (Results 1 - 2 of 2) sorted by null

  /external/zlib/src/contrib/iostream3/
zfstream.h 413 class gzomanip2 class
420 const gzomanip2<Ta,Tb>&);
423 gzomanip2(gzofstream& (*f)(gzofstream&, T1, T2),
449 gzomanip2<T1,T2>::gzomanip2(gzofstream &(*f)(gzofstream &, T1, T2),
458 operator<<(gzofstream& s, const gzomanip2<T1,T2>& m)
462 inline gzomanip2<int,int>
464 { return gzomanip2<int,int>(&setcompression, l, s); }
  /toolchain/binutils/binutils-2.27/zlib/contrib/iostream3/
zfstream.h 413 class gzomanip2 class
420 const gzomanip2<Ta,Tb>&);
423 gzomanip2(gzofstream& (*f)(gzofstream&, T1, T2),
449 gzomanip2<T1,T2>::gzomanip2(gzofstream &(*f)(gzofstream &, T1, T2),
458 operator<<(gzofstream& s, const gzomanip2<T1,T2>& m)
462 inline gzomanip2<int,int>
464 { return gzomanip2<int,int>(&setcompression, l, s); }

Completed in 92 milliseconds