Lines Matching refs:allocator_type

72   typedef typename _Ht::allocator_type allocator_type;
76 allocator_type get_allocator() const { return _M_ht.get_allocator(); }
84 : _M_ht(0, hasher(), key_equal(), allocator_type()) {}
86 : _M_ht(__n, hasher(), key_equal(), allocator_type()) {}
88 : _M_ht(__n, __hf, key_equal(), allocator_type()) {}
91 const allocator_type& __a = allocator_type())
94 : _M_ht(__n, __hf, __eql, allocator_type()) {}
96 const allocator_type& __a)
108 : _M_ht(0, hasher(), key_equal(), allocator_type())
112 : _M_ht(__n, hasher(), key_equal(), allocator_type())
117 : _M_ht(__n, __hf, key_equal(), allocator_type())
122 const allocator_type& __a _STLP_ALLOCATOR_TYPE_DFL)
129 : _M_ht(__n, __hf, __eql, allocator_type())
134 : _M_ht(0, hasher(), key_equal(), allocator_type())
137 : _M_ht(__n, hasher(), key_equal(), allocator_type())
141 : _M_ht(__n, __hf, key_equal(), allocator_type())
145 const allocator_type& __a = allocator_type())
150 : _M_ht(0, hasher(), key_equal(), allocator_type())
153 : _M_ht(__n, hasher(), key_equal(), allocator_type())
157 : _M_ht(__n, __hf, key_equal(), allocator_type())
161 const allocator_type& __a = allocator_type())
258 typedef typename _Ht::allocator_type allocator_type;
262 allocator_type get_allocator() const { return _M_ht.get_allocator(); }
270 : _M_ht(0, hasher(), key_equal(), allocator_type()) {}
272 : _M_ht(__n, hasher(), key_equal(), allocator_type()) {}
274 : _M_ht(__n, __hf, key_equal(), allocator_type()) {}
276 : _M_ht(__n, __hf, __eql, allocator_type()) {}
278 const allocator_type& __a)
289 : _M_ht(0, hasher(), key_equal(), allocator_type())
293 : _M_ht(__n, hasher(), key_equal(), allocator_type())
298 : _M_ht(__n, __hf, key_equal(), allocator_type())
304 const allocator_type& __a _STLP_ALLOCATOR_TYPE_DFL)
311 : _M_ht(__n, __hf, __eql, allocator_type())
316 : _M_ht(0, hasher(), key_equal(), allocator_type())
319 : _M_ht(__n, hasher(), key_equal(), allocator_type())
323 : _M_ht(__n, __hf, key_equal(), allocator_type())
327 const allocator_type& __a = allocator_type())
332 : _M_ht(0, hasher(), key_equal(), allocator_type())
335 : _M_ht(__n, hasher(), key_equal(), allocator_type())
339 : _M_ht(__n, __hf, key_equal(), allocator_type())
343 const allocator_type& __a = allocator_type())