Home | History | Annotate | Download | only in bits

Lines Matching refs:_Pair_alloc_type

131         _Pair_alloc_type;
134 key_compare, _Pair_alloc_type> _Rep_type;
141 typedef typename _Pair_alloc_type::pointer pointer;
142 typedef typename _Pair_alloc_type::const_pointer const_pointer;
143 typedef typename _Pair_alloc_type::reference reference;
144 typedef typename _Pair_alloc_type::const_reference const_reference;
168 : _M_t(__comp, _Pair_alloc_type(__a)) { }
205 : _M_t(__comp, _Pair_alloc_type(__a))
238 : _M_t(__comp, _Pair_alloc_type(__a))