Lines Matching refs:hasher

28     typedef Hash                                                       hasher;
43 explicit hash_map(size_type n, const hasher& hf = hasher(),
50 size_type n, const hasher& hf = hasher(),
79 hasher hash_funct() const;
120 typedef Hash hasher;
134 explicit hash_multimap(size_type n = 193, const hasher& hf = hasher(),
139 size_type n = 193, const hasher& hf = hasher(),
169 hasher hash_funct() const;
450 typedef _Hash hasher;
459 typedef __hash_map_hasher<__value_type, hasher> __hasher;
487 hash_map(size_type __n, const hasher& __hf = hasher(), const key_equal& __eql = key_equal());
488 …_LIBCPP_HIDE_FROM_ABI hash_map(size_type __n, const hasher& __hf, const key_equal& __eql, const al…
496 const hasher& __hf = hasher(),
503 const hasher& __hf,
535 …_LIBCPP_HIDE_FROM_ABI hasher hash_funct() const { return __table_.hash_function().hash_function();…
562 hash_map<_Key, _Tp, _Hash, _Pred, _Alloc>::hash_map(size_type __n, const hasher& __hf, const key_eq…
569 size_type __n, const hasher& __hf, const key_equal& __eql, const allocator_type& __a)
583 …_InputIterator __first, _InputIterator __last, size_type __n, const hasher& __hf, const key_equal&…
595 const hasher& __hf,
676 typedef _Hash hasher;
685 typedef __hash_map_hasher<__value_type, hasher> __hasher;
711 hash_multimap(size_type __n, const hasher& __hf = hasher(), const key_equal& __eql = key_equal());
713 …hash_multimap(size_type __n, const hasher& __hf, const key_equal& __eql, const allocator_type& __a…
721 const hasher& __hf = hasher(),
728 const hasher& __hf,
758 …_LIBCPP_HIDE_FROM_ABI hasher hash_funct() const { return __table_.hash_function().hash_function();…
780 hash_multimap<_Key, _Tp, _Hash, _Pred, _Alloc>::hash_multimap(size_type __n, const hasher& __hf, co…
787 size_type __n, const hasher& __hf, const key_equal& __eql, const allocator_type& __a)
801 …_InputIterator __first, _InputIterator __last, size_type __n, const hasher& __hf, const key_equal&…
813 const hasher& __hf,