Lines Matching refs:hf
55 explicit unordered_set(size_type n, const hasher& hf = hasher(),
60 size_type n = 0, const hasher& hf = hasher(),
65 const hasher& hf = hasher(), const key_equal& eql = key_equal(),
77 const hasher& hf = hasher(), const key_equal& eql = key_equal(),
80 unordered_set(size_type n, const hasher& hf, const allocator_type& a); // C++14
85 const hasher& hf, const allocator_type& a); // C++14
90 unordered_set(from_range_t, R&& rg, size_type n, const hasher& hf, const allocator_type& a)
91 : unordered_set(from_range, std::forward<R>(rg), n, hf, key_equal(), a) { } // C++23
94 const hasher& hf, const allocator_type& a); // C++14
303 explicit unordered_multiset(size_type n, const hasher& hf = hasher(),
308 size_type n = 0, const hasher& hf = hasher(),
313 const hasher& hf = hasher(), const key_equal& eql = key_equal(),
325 const hasher& hf = hasher(), const key_equal& eql = key_equal(),
328 unordered_multiset(size_type n, const hasher& hf, const allocator_type& a); // C++14
333 const hasher& hf, const allocator_type& a); // C++14
338 … unordered_multiset(from_range_t, R&& rg, size_type n, const hasher& hf, const allocator_type& a)
339 … : unordered_multiset(from_range, std::forward<R>(rg), n, hf, key_equal(), a) { } // C++23
342 const hasher& hf, const allocator_type& a); // C++14