Lines Matching refs:traits_type

50 	      const int_type __idelim = traits_type::to_int_type(__delim);
51 const int_type __eof = traits_type::eof();
56 && !traits_type::eq_int_type(__c, __eof)
57 && !traits_type::eq_int_type(__c, __idelim))
65 const char_type* __p = traits_type::find(__sb->gptr(),
70 traits_type::copy(__s, __sb->gptr(), __size);
78 *__s++ = traits_type::to_char_type(__c);
84 if (traits_type::eq_int_type(__c, __eof))
86 else if (traits_type::eq_int_type(__c, __idelim))
113 if (traits_type::eq_int_type(__delim, traits_type::eof()))
123 const char_type __cdelim = traits_type::to_char_type(__delim);
124 const int_type __eof = traits_type::eof();
132 && !traits_type::eq_int_type(__c, __eof)
133 && !traits_type::eq_int_type(__c, __delim))
140 const char_type* __p = traits_type::find(__sb->gptr(),
156 && !traits_type::eq_int_type(__c, __eof)
157 && !traits_type::eq_int_type(__c, __delim))
169 if (traits_type::eq_int_type(__c, __eof))
171 else if (traits_type::eq_int_type(__c, __delim))
193 typedef __istream_type::traits_type __traits_type;
269 typedef __istream_type::traits_type __traits_type;
345 typedef __istream_type::traits_type __traits_type;
430 const int_type __idelim = traits_type::to_int_type(__delim);
431 const int_type __eof = traits_type::eof();
436 && !traits_type::eq_int_type(__c, __eof)
437 && !traits_type::eq_int_type(__c, __idelim))
445 const char_type* __p = traits_type::find(__sb->gptr(),
450 traits_type::copy(__s, __sb->gptr(), __size);
458 *__s++ = traits_type::to_char_type(__c);
464 if (traits_type::eq_int_type(__c, __eof))
466 else if (traits_type::eq_int_type(__c, __idelim))
493 if (traits_type::eq_int_type(__delim, traits_type::eof()))
503 const char_type __cdelim = traits_type::to_char_type(__delim);
504 const int_type __eof = traits_type::eof();
512 && !traits_type::eq_int_type(__c, __eof)
513 && !traits_type::eq_int_type(__c, __delim))
520 const char_type* __p = traits_type::find(__sb->gptr(),
536 && !traits_type::eq_int_type(__c, __eof)
537 && !traits_type::eq_int_type(__c, __delim))
549 if (traits_type::eq_int_type(__c, __eof))
551 else if (traits_type::eq_int_type(__c, __delim))
574 typedef __istream_type::traits_type __traits_type;