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

/freebsd-12-stable/contrib/libstdc++/src/
H A Distream.cc193 typedef __istream_type::traits_type __traits_type; typedef
211 const __int_type __eof = __traits_type::eof();
216 && !__traits_type::eq_int_type(__c, __eof)
218 __traits_type::to_char_type(__c)))
230 __traits_type::copy(__s, __sb->gptr(), __size);
238 *__s++ = __traits_type::to_char_type(__c);
244 if (__traits_type::eq_int_type(__c, __eof))
269 typedef __istream_type::traits_type __traits_type; typedef
287 const __int_type __eof = __traits_type::eof();
292 && !__traits_type
345 typedef __istream_type::traits_type __traits_type; typedef
574 typedef __istream_type::traits_type __traits_type; typedef
[all...]

Completed in 64 milliseconds