Searched defs:to_char_type (Results 1 – 7 of 7) sorted by relevance
42 static inline char_type to_char_type(int_type __c) { return char_type(__c); } in to_char_type() function
43 static inline char_type to_char_type(int_type __c) { return char_type(__c); } in to_char_type() function
66 static constexpr char_type to_char_type(int_type __c) noexcept { return char_type(__c); } in to_char_type() function
44 static char_type to_char_type(const int_type&) { return char_type(); } in to_char_type() function
74 static TEST_CONSTEXPR char_type to_char_type(int_type c) TEST_NOEXCEPT in to_char_type() function
86 static constexpr char_type to_char_type(int_type c) noexcept { return char_type(c); } in to_char_type() function
68 static char_type to_char_type(int_type i) { return Char(char_traits<char>::to_char_type(i)); } to_char_type() function