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

/macosx-10.9.5/libstdcxx-60/include/c++/4.2.1/ext/
H A Dvstring_util.h54 typedef typename _Alloc::template rebind<_CharT>::other _CharT_alloc_type; typedef in struct:__vstring_utility
58 typedef typename _CharT_alloc_type::size_type size_type;
59 typedef typename _CharT_alloc_type::pointer pointer;
60 typedef typename _CharT_alloc_type::const_pointer const_pointer;
H A Dsso_string_base.h50 typedef typename _Util_Base::_CharT_alloc_type _CharT_alloc_type; typedef in class:__sso_string_base
51 typedef typename _CharT_alloc_type::size_type size_type;
55 typename _Util_Base::template _Alloc_hider<_CharT_alloc_type>
194 _CharT_alloc_type&
198 const _CharT_alloc_type&
234 std::__alloc_swap<_CharT_alloc_type>::_S_do_it(_M_get_allocator(),
H A Dvstring.h57 typedef typename __vstring_base::_CharT_alloc_type _CharT_alloc_type; typedef in class:__versa_string
64 typedef typename _CharT_alloc_type::size_type size_type;
65 typedef typename _CharT_alloc_type::difference_type difference_type;
66 typedef typename _CharT_alloc_type::reference reference;
67 typedef typename _CharT_alloc_type::const_reference const_reference;
68 typedef typename _CharT_alloc_type::pointer pointer;
69 typedef typename _CharT_alloc_type::const_pointer const_pointer;
H A Drc_string_base.h96 typedef typename _Util_Base::_CharT_alloc_type _CharT_alloc_type; typedef in class:__rc_string_base
97 typedef typename _CharT_alloc_type::size_type size_type;
/macosx-10.9.5/libstdcxx-60/include/c++/4.2.1/bits/
H A Dbasic_string.h113 typedef typename _Alloc::template rebind<_CharT>::other _CharT_alloc_type; typedef in class:basic_string
120 typedef typename _CharT_alloc_type::size_type size_type;
121 typedef typename _CharT_alloc_type::difference_type difference_type;
122 typedef typename _CharT_alloc_type::reference reference;
123 typedef typename _CharT_alloc_type::const_reference const_reference;
124 typedef typename _CharT_alloc_type::pointer pointer;
125 typedef typename _CharT_alloc_type::const_pointer const_pointer;

Completed in 131 milliseconds