Home | History | Annotate | Download | only in cc_hash_table_map_

Lines Matching defs:hash_fn

45 #include <ext/pb_ds/detail/hash_fn/ranged_hash_fn.hpp>
63 template<typename Key, typename Mapped, typename Hash_Fn, \
76 PB_DS_CLASS_NAME<Key, Mapped, Hash_Fn, Eq_Fn, Allocator, \
83 ranged_hash_fn<Key, Hash_Fn, Allocator, Comb_Hash_Fn, Store_Hash>
106 typename Hash_Fn,
167 typedef Hash_Fn hash_fn;
215 PB_DS_CLASS_NAME(const Hash_Fn&);
217 PB_DS_CLASS_NAME(const Hash_Fn&, const Eq_Fn&);
219 PB_DS_CLASS_NAME(const Hash_Fn&, const Eq_Fn&, const Comb_Hash_Fn&);
221 PB_DS_CLASS_NAME(const Hash_Fn&, const Eq_Fn&, const Comb_Hash_Fn&,
248 Hash_Fn&
251 const Hash_Fn&
606 || !is_same<Hash_Fn, __gnu_pbds::null_hash_fn>::value