Home
last modified time | relevance | path

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

/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/bits/
A Dchar_traits.h83 struct char_traits in _GLIBCXX_VISIBILITY() struct
86 typedef typename _Char_types<_CharT>::int_type int_type; in _GLIBCXX_VISIBILITY()
92 assign(char_type& __c1, const char_type& __c2) in _GLIBCXX_VISIBILITY()
96 eq(const char_type& __c1, const char_type& __c2) in _GLIBCXX_VISIBILITY()
100 lt(const char_type& __c1, const char_type& __c2) in _GLIBCXX_VISIBILITY()
122 to_char_type(const int_type& __c) in _GLIBCXX_VISIBILITY()
126 to_int_type(const char_type& __c) in _GLIBCXX_VISIBILITY()
130 eq_int_type(const int_type& __c1, const int_type& __c2) in _GLIBCXX_VISIBILITY()
134 eof() in _GLIBCXX_VISIBILITY()
138 not_eof(const int_type& __c) in _GLIBCXX_VISIBILITY()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/bits/
A Dchar_traits.h83 struct char_traits in _GLIBCXX_VISIBILITY() struct
86 typedef typename _Char_types<_CharT>::int_type int_type; in _GLIBCXX_VISIBILITY()
92 assign(char_type& __c1, const char_type& __c2) in _GLIBCXX_VISIBILITY()
96 eq(const char_type& __c1, const char_type& __c2) in _GLIBCXX_VISIBILITY()
100 lt(const char_type& __c1, const char_type& __c2) in _GLIBCXX_VISIBILITY()
122 to_char_type(const int_type& __c) in _GLIBCXX_VISIBILITY()
126 to_int_type(const char_type& __c) in _GLIBCXX_VISIBILITY()
130 eq_int_type(const int_type& __c1, const int_type& __c2) in _GLIBCXX_VISIBILITY()
134 eof() in _GLIBCXX_VISIBILITY()
138 not_eof(const int_type& __c) in _GLIBCXX_VISIBILITY()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/bits/
A Dchar_traits.h83 struct char_traits in _GLIBCXX_VISIBILITY() struct
86 typedef typename _Char_types<_CharT>::int_type int_type; in _GLIBCXX_VISIBILITY()
92 assign(char_type& __c1, const char_type& __c2) in _GLIBCXX_VISIBILITY()
96 eq(const char_type& __c1, const char_type& __c2) in _GLIBCXX_VISIBILITY()
100 lt(const char_type& __c1, const char_type& __c2) in _GLIBCXX_VISIBILITY()
122 to_char_type(const int_type& __c) in _GLIBCXX_VISIBILITY()
126 to_int_type(const char_type& __c) in _GLIBCXX_VISIBILITY()
130 eq_int_type(const int_type& __c1, const int_type& __c2) in _GLIBCXX_VISIBILITY()
134 eof() in _GLIBCXX_VISIBILITY()
138 not_eof(const int_type& __c) in _GLIBCXX_VISIBILITY()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/bits/
A Dchar_traits.h90 struct char_traits in _GLIBCXX_VISIBILITY() struct
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()
132 to_char_type(const int_type& __c) in _GLIBCXX_VISIBILITY()
136 to_int_type(const char_type& __c) in _GLIBCXX_VISIBILITY()
140 eq_int_type(const int_type& __c1, const int_type& __c2) in _GLIBCXX_VISIBILITY()
144 eof() in _GLIBCXX_VISIBILITY()
148 not_eof(const int_type& __c) in _GLIBCXX_VISIBILITY()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/bits/
A Dchar_traits.h90 struct char_traits in _GLIBCXX_VISIBILITY() struct
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()
132 to_char_type(const int_type& __c) in _GLIBCXX_VISIBILITY()
136 to_int_type(const char_type& __c) in _GLIBCXX_VISIBILITY()
140 eq_int_type(const int_type& __c1, const int_type& __c2) in _GLIBCXX_VISIBILITY()
144 eof() in _GLIBCXX_VISIBILITY()
148 not_eof(const int_type& __c) in _GLIBCXX_VISIBILITY()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/bits/
A Dchar_traits.h87 struct char_traits in _GLIBCXX_VISIBILITY() struct
90 typedef typename _Char_types<_CharT>::int_type int_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()
130 to_int_type(const char_type& __c) in _GLIBCXX_VISIBILITY()
134 eq_int_type(const int_type& __c1, const int_type& __c2) in _GLIBCXX_VISIBILITY()
138 eof() in _GLIBCXX_VISIBILITY()
142 not_eof(const int_type& __c) in _GLIBCXX_VISIBILITY()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/bits/
A Dchar_traits.h87 struct char_traits in _GLIBCXX_VISIBILITY() struct
90 typedef typename _Char_types<_CharT>::int_type int_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()
130 to_int_type(const char_type& __c) in _GLIBCXX_VISIBILITY()
134 eq_int_type(const int_type& __c1, const int_type& __c2) in _GLIBCXX_VISIBILITY()
138 eof() in _GLIBCXX_VISIBILITY()
142 not_eof(const int_type& __c) in _GLIBCXX_VISIBILITY()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/bits/
A Dchar_traits.h87 struct char_traits in _GLIBCXX_VISIBILITY() struct
90 typedef typename _Char_types<_CharT>::int_type int_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()
130 to_int_type(const char_type& __c) in _GLIBCXX_VISIBILITY()
134 eq_int_type(const int_type& __c1, const int_type& __c2) in _GLIBCXX_VISIBILITY()
138 eof() in _GLIBCXX_VISIBILITY()
142 not_eof(const int_type& __c) in _GLIBCXX_VISIBILITY()
[all …]

Completed in 32 milliseconds