Home | History | Annotate | Download | only in ext

Lines Matching refs:_CharT_alloc_type

68       typedef typename __vstring_base::_CharT_alloc_type    _CharT_alloc_type;
75 typedef typename _CharT_alloc_type::size_type size_type;
76 typedef typename _CharT_alloc_type::difference_type difference_type;
77 typedef typename _CharT_alloc_type::reference reference;
78 typedef typename _CharT_alloc_type::const_reference const_reference;
79 typedef typename _CharT_alloc_type::pointer pointer;
80 typedef typename _CharT_alloc_type::const_pointer const_pointer;