Searched refs:_Setw (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/contrib/libstdc++/include/std/
H A Dstd_iomanip.h232 struct _Setw { int _M_n; }; struct
241 inline _Setw
244 _Setw __x;
251 operator>>(basic_istream<_CharT,_Traits>& __is, _Setw __f)
259 operator<<(basic_ostream<_CharT,_Traits>& __os, _Setw __f)
274 extern template ostream& operator<<(ostream&, _Setw);
280 extern template istream& operator>>(istream&, _Setw);
288 extern template wostream& operator<<(wostream&, _Setw);
294 extern template wistream& operator>>(wistream&, _Setw);
/freebsd-9.3-release/contrib/libstdc++/src/
H A Distream-inst.cc54 template istream& operator>>(istream&, _Setw);
81 template wistream& operator>>(wistream&, _Setw);
H A Dostream-inst.cc57 template ostream& operator<<(ostream&, _Setw);
86 template wostream& operator<<(wostream&, _Setw);

Completed in 56 milliseconds