Home | History | Annotate | Download | only in gp_hash_table_map_

Lines Matching refs:eq_fn

45 #include <ext/pb_ds/detail/eq_fn/hash_eq_fn.hpp>
68 template<typename Key, typename Mapped, typename Hash_Fn, typename Eq_Fn, \
73 PB_DS_GP_HASH_NAME<Key, Mapped, Hash_Fn, Eq_Fn, _Alloc, \
77 hash_eq_fn<Key, Eq_Fn, _Alloc, Store_Hash>
87 debug_map_base<Key, Eq_Fn, \
105 * @tparam Eq_Fn Equal functor.
136 typename Eq_Fn,
202 typedef Eq_Fn eq_fn;
255 PB_DS_GP_HASH_NAME(const Hash_Fn&, const Eq_Fn&);
257 PB_DS_GP_HASH_NAME(const Hash_Fn&, const Eq_Fn&, const Comb_Probe_Fn&);
259 PB_DS_GP_HASH_NAME(const Hash_Fn&, const Eq_Fn&, const Comb_Probe_Fn&,
262 PB_DS_GP_HASH_NAME(const Hash_Fn&, const Eq_Fn&, const Comb_Probe_Fn&,
293 /// Return current eq_fn.
294 Eq_Fn&
297 /// Return current const eq_fn.
298 const Eq_Fn&