Home
last modified time | relevance | path

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

/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
Dbad-namespace-parenthood-inheritance.hpp11 template < class _CharT > struct char_traits:__gnu_cxx::char_traits < struct
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp16240 struct char_traits struct
16242 typedef _CharT char_type;
16243 typedef typename _Char_types<_CharT>::int_type int_type;
16244 typedef typename _Char_types<_CharT>::pos_type pos_type;
16245 typedef typename _Char_types<_CharT>::off_type off_type;
16246 typedef typename _Char_types<_CharT>::state_type state_type;
16249 assign(char_type& __c1, const char_type& __c2) in assign()
16253 eq(const char_type& __c1, const char_type& __c2) in eq()
16257 lt(const char_type& __c1, const char_type& __c2) in lt()
16279 to_char_type(const int_type& __c) in to_char_type()
[all …]