Lines Matching refs:__hf
85 hash_map(size_type __n, const hasher& __hf) in hash_map() argument
86 : _M_ht(__n, __hf, key_equal(), allocator_type()) {} in hash_map()
87 hash_map(size_type __n, const hasher& __hf, const key_equal& __eql,
89 : _M_ht(__n, __hf, __eql, __a) {} in _M_ht() argument
102 const hasher& __hf) in hash_map() argument
103 : _M_ht(__n, __hf, key_equal(), allocator_type()) in hash_map()
107 const hasher& __hf, const key_equal& __eql,
109 : _M_ht(__n, __hf, __eql, __a) in _M_ht() argument
120 const hasher& __hf) in hash_map() argument
121 : _M_ht(__n, __hf, key_equal(), allocator_type()) in hash_map()
124 const hasher& __hf, const key_equal& __eql,
126 : _M_ht(__n, __hf, __eql, __a) in _M_ht() argument
136 const hasher& __hf) in hash_map() argument
137 : _M_ht(__n, __hf, key_equal(), allocator_type()) in hash_map()
140 const hasher& __hf, const key_equal& __eql,
142 : _M_ht(__n, __hf, __eql, __a) in _M_ht() argument
268 hash_multimap(size_type __n, const hasher& __hf) in hash_multimap() argument
269 : _M_ht(__n, __hf, key_equal(), allocator_type()) {} in hash_multimap()
270 hash_multimap(size_type __n, const hasher& __hf, const key_equal& __eql,
272 : _M_ht(__n, __hf, __eql, __a) {} in _M_ht() argument
285 const hasher& __hf) in hash_multimap() argument
286 : _M_ht(__n, __hf, key_equal(), allocator_type()) in hash_multimap()
290 const hasher& __hf, const key_equal& __eql,
292 : _M_ht(__n, __hf, __eql, __a) in _M_ht() argument
303 const hasher& __hf) in hash_multimap() argument
304 : _M_ht(__n, __hf, key_equal(), allocator_type()) in hash_multimap()
307 const hasher& __hf, const key_equal& __eql,
309 : _M_ht(__n, __hf, __eql, __a) in _M_ht() argument
319 const hasher& __hf) in hash_multimap() argument
320 : _M_ht(__n, __hf, key_equal(), allocator_type()) in hash_multimap()
323 const hasher& __hf, const key_equal& __eql,
325 : _M_ht(__n, __hf, __eql, __a) in _M_ht() argument