Home | History | Annotate | Download | only in ext

Lines Matching refs:int_type

42   // NB: The char_type parameter is a subset of int_type, as to allow
43 // int_type to properly hold the full range of char_type values as
50 typedef I int_type;
96 typedef typename char_type::int_type int_type;
162 to_char_type(const int_type& __i)
165 static int_type
167 { return char_type::template to<int_type>(__c); }
170 eq_int_type(const int_type& __c1, const int_type& __c2)
173 static int_type
176 int_type __r = { -1 };
180 static int_type
181 not_eof(const int_type& __c)
182 { return eq_int_type(__c, eof()) ? int_type() : __c; }