Home
last modified time | relevance | path

Searched defs:char_traits (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dchar_traits.h90 struct char_traits in _GLIBCXX_VISIBILITY() struct
92 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 …]
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dchar_traits.h98 struct char_traits in _GLIBCXX_VISIBILITY() struct
100 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 …]
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdcpp/
H A Dstring_view.d45 extern(C++, struct) struct char_traits(CharT) {} in char_traits() function
H A Dstring.d61 extern(C++, (StdNamespace)) struct char_traits(CharT) in char_traits() function