Searched defs:to_int_type (Results 1 – 7 of 7) sorted by relevance
43 static inline int_type to_int_type(char_type __c) { return int_type(__c); } in to_int_type() function
44 static inline int_type to_int_type(char_type __c) { return int_type(__c); } in to_int_type() function
67 static constexpr int_type to_int_type(char_type __c) noexcept { return int_type(__c); } in to_int_type() function
45 static int_type to_int_type(const char_type&) { return int_type(); } in to_int_type() function
77 static TEST_CONSTEXPR int_type to_int_type(char_type c) TEST_NOEXCEPT in to_int_type() function
88 static constexpr int_type to_int_type(char_type c) noexcept { return int_type(c.c); } in to_int_type() function
69 static int_type to_int_type(char_type c) { return char_traits<char>::to_int_type(c.underlying_); } to_int_type() function