Lines Matching refs:hasher

28     typedef Hash                                                       hasher;
41 explicit hash_set(size_type n = 193, const hasher& hf = hasher(),
46 size_type n = 193, const hasher& hf = hasher(),
75 hasher hash_funct() const;
114 typedef Hash hasher;
127 explicit hash_multiset(size_type n = 193, const hasher& hf = hasher(),
132 size_type n = 193, const hasher& hf = hasher(),
161 hasher hash_funct() const;
224 typedef _Hash hasher;
231 typedef std::__hash_table<value_type, hasher, key_equal, allocator_type> __table;
246 size_type __n, const hasher& __hf = hasher(), const key_equal& __eql = key_equal());
247 …_LIBCPP_HIDE_FROM_ABI hash_set(size_type __n, const hasher& __hf, const key_equal& __eql, const al…
255 const hasher& __hf = hasher(),
262 const hasher& __hf,
292 _LIBCPP_HIDE_FROM_ABI hasher hash_funct() const { return __table_.hash_function(); }
314 hash_set<_Value, _Hash, _Pred, _Alloc>::hash_set(size_type __n, const hasher& __hf, const key_equal…
321 size_type __n, const hasher& __hf, const key_equal& __eql, const allocator_type& __a)
335 …_InputIterator __first, _InputIterator __last, size_type __n, const hasher& __hf, const key_equal&…
347 const hasher& __hf,
403 typedef _Hash hasher;
410 typedef std::__hash_table<value_type, hasher, key_equal, allocator_type> __table;
425 hash_multiset(size_type __n, const hasher& __hf = hasher(), const key_equal& __eql = key_equal());
427 …hash_multiset(size_type __n, const hasher& __hf, const key_equal& __eql, const allocator_type& __a…
435 const hasher& __hf = hasher(),
442 const hasher& __hf,
470 _LIBCPP_HIDE_FROM_ABI hasher hash_funct() const { return __table_.hash_function(); }
492 hash_multiset<_Value, _Hash, _Pred, _Alloc>::hash_multiset(size_type __n, const hasher& __hf, const…
499 size_type __n, const hasher& __hf, const key_equal& __eql, const allocator_type& __a)
513 …_InputIterator __first, _InputIterator __last, size_type __n, const hasher& __hf, const key_equal&…
525 const hasher& __hf,