Home | History | Annotate | Download | only in base

Lines Matching refs:int_type

80   typedef int int_type;
110 static char_type* move(char_type* s1, const char_type* s2, int_type n) {
122 static int_type not_eof(const int_type& c) {
126 static char_type to_char_type(const int_type& c) {
130 static int_type to_int_type(const char_type& c) {
131 return int_type(c);
134 static bool eq_int_type(const int_type& c1, const int_type& c2) {
138 static int_type eof() {
139 return static_cast<int_type>(EOF);