int_type           67 base/strings/string16.h   COMPILE_ASSERT(sizeof(int_type) > sizeof(char_type), unexpected_type_width);
int_type           97 base/strings/string16.h   static char_type* move(char_type* s1, const char_type* s2, int_type n) {
int_type          109 base/strings/string16.h   static int_type not_eof(const int_type& c) {
int_type          113 base/strings/string16.h   static char_type to_char_type(const int_type& c) {
int_type          117 base/strings/string16.h   static int_type to_int_type(const char_type& c) {
int_type          118 base/strings/string16.h     return int_type(c);
int_type          121 base/strings/string16.h   static bool eq_int_type(const int_type& c1, const int_type& c2) {
int_type          125 base/strings/string16.h   static int_type eof() {
int_type          126 base/strings/string16.h     return static_cast<int_type>(EOF);