Home | History | Annotate | Download | only in bits

Lines Matching refs:_CharT

42   template<typename _CharT, typename _Traits>
44 __ostream_write(basic_ostream<_CharT, _Traits>& __out,
45 const _CharT* __s, streamsize __n)
47 typedef basic_ostream<_CharT, _Traits> __ostream_type;
55 template<typename _CharT, typename _Traits>
57 __ostream_fill(basic_ostream<_CharT, _Traits>& __out, streamsize __n)
59 typedef basic_ostream<_CharT, _Traits> __ostream_type;
62 const _CharT __c = __out.fill();
74 template<typename _CharT, typename _Traits>
75 basic_ostream<_CharT, _Traits>&
76 __ostream_insert(basic_ostream<_CharT, _Traits>& __out,
77 const _CharT* __s, streamsize __n)
79 typedef basic_ostream<_CharT, _Traits> __ostream_type;