Home | History | Annotate | Download | only in include

Lines Matching refs:int_type

54     typedef int        int_type;
82 static char to_char(const int_type& c) { return static_cast<char>(c); }
84 static int_type to_int_type(const char& c)
85 { return static_cast<int_type>(static_cast<unsigned char>(c)); }
87 static bool eq_int_type(const int_type& lhs, const int_type& rhs)
90 static int_type eof() { return static_cast<int_type>(EOF); }
92 static int_type not_eof(const int_type& c)