Searched defs:char_traits (Results 1 – 2 of 2) sorted by relevance
85 struct char_traits in _GLIBCXX_VISIBILITY() struct87 typedef _CharT char_type; in _GLIBCXX_VISIBILITY()88 typedef typename _Char_types<_CharT>::int_type int_type; in _GLIBCXX_VISIBILITY()89 typedef typename _Char_types<_CharT>::pos_type pos_type; in _GLIBCXX_VISIBILITY()90 typedef typename _Char_types<_CharT>::off_type off_type; in _GLIBCXX_VISIBILITY()91 typedef typename _Char_types<_CharT>::state_type state_type; in _GLIBCXX_VISIBILITY()94 assign(char_type& __c1, const char_type& __c2) in _GLIBCXX_VISIBILITY()98 eq(const char_type& __c1, const char_type& __c2) in _GLIBCXX_VISIBILITY()102 lt(const char_type& __c1, const char_type& __c2) in _GLIBCXX_VISIBILITY()124 to_char_type(const int_type& __c) in _GLIBCXX_VISIBILITY()[all …]
87 struct char_traits in _GLIBCXX_VISIBILITY() struct89 typedef _CharT char_type; in _GLIBCXX_VISIBILITY()90 typedef typename _Char_types<_CharT>::int_type int_type; in _GLIBCXX_VISIBILITY()91 typedef typename _Char_types<_CharT>::pos_type pos_type; in _GLIBCXX_VISIBILITY()92 typedef typename _Char_types<_CharT>::off_type off_type; in _GLIBCXX_VISIBILITY()93 typedef typename _Char_types<_CharT>::state_type state_type; in _GLIBCXX_VISIBILITY()96 assign(char_type& __c1, const char_type& __c2) in _GLIBCXX_VISIBILITY()100 eq(const char_type& __c1, const char_type& __c2) in _GLIBCXX_VISIBILITY()104 lt(const char_type& __c1, const char_type& __c2) in _GLIBCXX_VISIBILITY()126 to_char_type(const int_type& __c) in _GLIBCXX_VISIBILITY()[all …]