Searched refs:_CharT_alloc_type (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
H A Dvstring_util.h55 _CharT_alloc_type; typedef in struct:__vstring_utility
56 typedef __alloc_traits<_CharT_alloc_type> _CharT_alloc_traits;
60 typedef typename _CharT_alloc_type::size_type size_type;
61 typedef typename _CharT_alloc_type::difference_type difference_type;
H A Dsso_string_base.h46 typedef typename _Util_Base::_CharT_alloc_type _CharT_alloc_type; typedef in class:__sso_string_base
47 typedef typename _CharT_alloc_type::size_type size_type;
51 typename _Util_Base::template _Alloc_hider<_CharT_alloc_type>
145 typedef __alloc_traits<_CharT_alloc_type> _ATraits;
202 _CharT_alloc_type&
206 const _CharT_alloc_type&
245 std::__alloc_swap<_CharT_alloc_type>::_S_do_it(_M_get_allocator(),
H A Drc_string_base.h92 typedef typename _Util_Base::_CharT_alloc_type _CharT_alloc_type; typedef in class:__rc_string_base
93 typedef typename _CharT_alloc_type::size_type size_type;
H A Dvstring.h60 typedef typename __vstring_base::_CharT_alloc_type _CharT_alloc_type; typedef in class:__versa_string
61 typedef __alloc_traits<_CharT_alloc_type> _CharT_alloc_traits;
68 typedef typename _CharT_alloc_type::size_type size_type;
69 typedef typename _CharT_alloc_type::difference_type difference_type;
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
H A Dvstring_util.h55 _CharT_alloc_type; typedef in struct:__vstring_utility
56 typedef __alloc_traits<_CharT_alloc_type> _CharT_alloc_traits;
60 typedef typename _CharT_alloc_type::size_type size_type;
61 typedef typename _CharT_alloc_type::difference_type difference_type;
H A Dsso_string_base.h46 typedef typename _Util_Base::_CharT_alloc_type _CharT_alloc_type; typedef in class:__sso_string_base
47 typedef typename _CharT_alloc_type::size_type size_type;
51 typename _Util_Base::template _Alloc_hider<_CharT_alloc_type>
145 typedef __alloc_traits<_CharT_alloc_type> _ATraits;
202 _CharT_alloc_type&
206 const _CharT_alloc_type&
245 std::__alloc_swap<_CharT_alloc_type>::_S_do_it(_M_get_allocator(),
H A Drc_string_base.h92 typedef typename _Util_Base::_CharT_alloc_type _CharT_alloc_type; typedef in class:__rc_string_base
93 typedef typename _CharT_alloc_type::size_type size_type;
H A Dvstring.h61 typedef typename __vstring_base::_CharT_alloc_type _CharT_alloc_type; typedef in class:__versa_string
62 typedef __alloc_traits<_CharT_alloc_type> _CharT_alloc_traits;
69 typedef typename _CharT_alloc_type::size_type size_type;
70 typedef typename _CharT_alloc_type::difference_type difference_type;
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dcow_string.h117 rebind<_CharT>::other _CharT_alloc_type; typedef in class:basic_string
118 typedef __gnu_cxx::__alloc_traits<_CharT_alloc_type> _CharT_alloc_traits;
128 typedef typename _CharT_alloc_type::reference reference;
129 typedef typename _CharT_alloc_type::const_reference const_reference;
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dbasic_string.h3155 rebind<_CharT>::other _CharT_alloc_type;
3156 typedef __gnu_cxx::__alloc_traits<_CharT_alloc_type> _CharT_alloc_traits;
3166 typedef typename _CharT_alloc_type::reference reference;
3167 typedef typename _CharT_alloc_type::const_reference const_reference;

Completed in 239 milliseconds