Searched defs:char_traits (Results 1 – 4 of 4) sorted by relevance
90 struct char_traits in _GLIBCXX_VISIBILITY() struct92 typedef _CharT char_type; in _GLIBCXX_VISIBILITY()93 typedef typename _Char_types<_CharT>::int_type int_type; in _GLIBCXX_VISIBILITY()94 typedef typename _Char_types<_CharT>::pos_type pos_type; in _GLIBCXX_VISIBILITY()95 typedef typename _Char_types<_CharT>::off_type off_type; in _GLIBCXX_VISIBILITY()96 typedef typename _Char_types<_CharT>::state_type state_type; in _GLIBCXX_VISIBILITY()98 using comparison_category = std::strong_ordering; in _GLIBCXX_VISIBILITY()102 assign(char_type& __c1, const char_type& __c2) in _GLIBCXX_VISIBILITY()106 eq(const char_type& __c1, const char_type& __c2) in _GLIBCXX_VISIBILITY()110 lt(const char_type& __c1, const char_type& __c2) in _GLIBCXX_VISIBILITY()[all …]
98 struct char_traits in _GLIBCXX_VISIBILITY() struct100 typedef _CharT char_type; in _GLIBCXX_VISIBILITY()101 typedef typename _Char_types<_CharT>::int_type int_type; in _GLIBCXX_VISIBILITY()102 typedef typename _Char_types<_CharT>::pos_type pos_type; in _GLIBCXX_VISIBILITY()103 typedef typename _Char_types<_CharT>::off_type off_type; in _GLIBCXX_VISIBILITY()104 typedef typename _Char_types<_CharT>::state_type state_type; in _GLIBCXX_VISIBILITY()106 using comparison_category = std::strong_ordering; in _GLIBCXX_VISIBILITY()110 assign(char_type& __c1, const char_type& __c2) in _GLIBCXX_VISIBILITY()121 eq(const char_type& __c1, const char_type& __c2) in _GLIBCXX_VISIBILITY()125 lt(const char_type& __c1, const char_type& __c2) in _GLIBCXX_VISIBILITY()[all …]
45 extern(C++, struct) struct char_traits(CharT) {} in char_traits() function
61 extern(C++, (StdNamespace)) struct char_traits(CharT) in char_traits() function