Home | History | Annotate | Download | only in bits

Lines Matching refs:_CharT

40   template<typename _CharT, typename _Traits>
42 __ostream_write(basic_ostream<_CharT, _Traits>& __out,
43 const _CharT* __s, streamsize __n)
45 typedef basic_ostream<_CharT, _Traits> __ostream_type;
53 template<typename _CharT, typename _Traits>
55 __ostream_fill(basic_ostream<_CharT, _Traits>& __out, streamsize __n)
57 typedef basic_ostream<_CharT, _Traits> __ostream_type;
60 const _CharT __c = __out.fill();
72 template<typename _CharT, typename _Traits>
73 basic_ostream<_CharT, _Traits>&
74 __ostream_insert(basic_ostream<_CharT, _Traits>& __out,
75 const _CharT* __s, streamsize __n)
77 typedef basic_ostream<_CharT, _Traits> __ostream_type;