Searched refs:_CharT_alloc_traits (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
H A Dvstring_util.h56 typedef __alloc_traits<_CharT_alloc_type> _CharT_alloc_traits; typedef in struct:__vstring_utility
62 typedef typename _CharT_alloc_traits::pointer pointer;
63 typedef typename _CharT_alloc_traits::const_pointer const_pointer;
H A Dvstring.h61 typedef __alloc_traits<_CharT_alloc_type> _CharT_alloc_traits; typedef in class:__versa_string
72 typedef typename _CharT_alloc_traits::pointer pointer;
73 typedef typename _CharT_alloc_traits::const_pointer const_pointer;
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
H A Dvstring_util.h56 typedef __alloc_traits<_CharT_alloc_type> _CharT_alloc_traits; typedef in struct:__vstring_utility
62 typedef typename _CharT_alloc_traits::pointer pointer;
63 typedef typename _CharT_alloc_traits::const_pointer const_pointer;
H A Dvstring.h62 typedef __alloc_traits<_CharT_alloc_type> _CharT_alloc_traits; typedef in class:__versa_string
73 typedef typename _CharT_alloc_traits::pointer pointer;
74 typedef typename _CharT_alloc_traits::const_pointer const_pointer;
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dcow_string.h120 typedef __gnu_cxx::__alloc_traits<_CharT_alloc_type> _CharT_alloc_traits;
127 typedef typename _CharT_alloc_traits::size_type size_type;
128 typedef typename _CharT_alloc_traits::difference_type difference_type;
136 typedef typename _CharT_alloc_traits::pointer pointer;
137 typedef typename _CharT_alloc_traits::const_pointer const_pointer;
118 typedef __gnu_cxx::__alloc_traits<_CharT_alloc_type> _CharT_alloc_traits; typedef in class:basic_string
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dbasic_string.h3156 typedef __gnu_cxx::__alloc_traits<_CharT_alloc_type> _CharT_alloc_traits;
3163 typedef typename _CharT_alloc_traits::size_type size_type;
3164 typedef typename _CharT_alloc_traits::difference_type difference_type;
3172 typedef typename _CharT_alloc_traits::pointer pointer;
3173 typedef typename _CharT_alloc_traits::const_pointer const_pointer;

Completed in 275 milliseconds