Home
last modified time | relevance | path

Searched refs:_Setfill (Results 1 – 4 of 4) sorted by relevance

/trueos/contrib/libstdc++/src/
Diostream-inst.cc39 template class _Setfill<char>;
40 template _Setfill<char> setfill(char);
44 template class _Setfill<wchar_t>; variable
45 template _Setfill<wchar_t> setfill(wchar_t);
Distream-inst.cc49 template istream& operator>>(istream&, _Setfill<char>);
76 template wistream& operator>>(wistream&, _Setfill<wchar_t>);
Dostream-inst.cc52 template ostream& operator<<(ostream&, _Setfill<char>);
81 template wostream& operator<<(wostream&, _Setfill<wchar_t>);
/trueos/contrib/libstdc++/include/std/
Dstd_iomanip.h163 struct _Setfill { _CharT _M_c; }; argument
173 inline _Setfill<_CharT>
176 _Setfill<_CharT> __x; in setfill()
183 operator>>(basic_istream<_CharT,_Traits>& __is, _Setfill<_CharT> __f)
191 operator<<(basic_ostream<_CharT,_Traits>& __os, _Setfill<_CharT> __f)
269 extern template ostream& operator<<(ostream&, _Setfill<char>);
275 extern template istream& operator>>(istream&, _Setfill<char>);
283 extern template wostream& operator<<(wostream&, _Setfill<wchar_t>);
289 extern template wistream& operator>>(wistream&, _Setfill<wchar_t>);