• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-12-stable/contrib/libstdc++/src/

Lines Matching defs:__traits_type

193       typedef __istream_type::traits_type	__traits_type;
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;
287 const __int_type __eof = __traits_type::eof();
292 && !__traits_type::eq_int_type(__c, __eof)
294 __traits_type::to_char_type(__c)))
312 __str += __traits_type::to_char_type(__c);
318 if (__traits_type::eq_int_type(__c, __eof))
345 typedef __istream_type::traits_type __traits_type;
360 const __int_type __idelim = __traits_type::to_int_type(__delim);
361 const __int_type __eof = __traits_type::eof();
366 && !__traits_type::eq_int_type(__c, __eof)
367 && !__traits_type::eq_int_type(__c, __idelim))
374 const __char_type* __p = __traits_type::find(__sb->gptr(),
386 __str += __traits_type::to_char_type(__c);
392 if (__traits_type::eq_int_type(__c, __eof))
394 else if (__traits_type::eq_int_type(__c, __idelim))
574 typedef __istream_type::traits_type __traits_type;
589 const __int_type __idelim = __traits_type::to_int_type(__delim);
590 const __int_type __eof = __traits_type::eof();
595 && !__traits_type::eq_int_type(__c, __eof)
596 && !__traits_type::eq_int_type(__c, __idelim))
603 const __char_type* __p = __traits_type::find(__sb->gptr(),
615 __str += __traits_type::to_char_type(__c);
621 if (__traits_type::eq_int_type(__c, __eof))
623 else if (__traits_type::eq_int_type(__c, __idelim))