Lines Matching refs:key_equal
99 typedef typename _Ht::key_equal key_equal;
117 key_equal
127 : _M_ht(100, hasher(), key_equal(), allocator_type()) {}
131 : _M_ht(__n, hasher(), key_equal(), allocator_type()) {}
134 : _M_ht(__n, __hf, key_equal(), allocator_type()) {}
136 hash_set(size_type __n, const hasher& __hf, const key_equal& __eql,
142 : _M_ht(100, hasher(), key_equal(), allocator_type())
147 : _M_ht(__n, hasher(), key_equal(), allocator_type())
153 : _M_ht(__n, __hf, key_equal(), allocator_type())
158 const hasher& __hf, const key_equal& __eql,
304 typedef typename _Ht::key_equal key_equal;
322 key_equal
332 : _M_ht(100, hasher(), key_equal(), allocator_type()) {}
336 : _M_ht(__n, hasher(), key_equal(), allocator_type()) {}
339 : _M_ht(__n, __hf, key_equal(), allocator_type()) {}
341 hash_multiset(size_type __n, const hasher& __hf, const key_equal& __eql,
347 : _M_ht(100, hasher(), key_equal(), allocator_type())
352 : _M_ht(__n, hasher(), key_equal(), allocator_type())
358 : _M_ht(__n, __hf, key_equal(), allocator_type())
363 const hasher& __hf, const key_equal& __eql,