Lines Matching refs:T1
412 template<typename T1, typename T2>
423 gzomanip2(gzofstream& (*f)(gzofstream&, T1, T2),
424 T1 v1,
429 (*func)(gzofstream&, T1, T2);
432 T1 val1;
447 template<typename T1, typename T2>
449 gzomanip2<T1,T2>::gzomanip2(gzofstream &(*f)(gzofstream &, T1, T2),
450 T1 v1,
456 template<typename T1, typename T2>
458 operator<<(gzofstream& s, const gzomanip2<T1,T2>& m)