Home | History | Annotate | Download | only in bits

Lines Matching refs:_CharT_alloc_type

106       typedef typename _Alloc::template rebind<_CharT>::other _CharT_alloc_type;
113 typedef typename _CharT_alloc_type::size_type size_type;
114 typedef typename _CharT_alloc_type::difference_type difference_type;
115 typedef typename _CharT_alloc_type::reference reference;
116 typedef typename _CharT_alloc_type::const_reference const_reference;
117 typedef typename _CharT_alloc_type::pointer pointer;
118 typedef typename _CharT_alloc_type::const_pointer const_pointer;