Home | History | Annotate | Download | only in cc_hash_table_map_

Lines Matching refs:eq_fn

48 #include <ext/pb_ds/detail/eq_fn/hash_eq_fn.hpp>
71 typename Eq_Fn, typename _Alloc, bool Store_Hash, \
75 PB_DS_CC_HASH_NAME<Key, Mapped, Hash_Fn, Eq_Fn, _Alloc, \
79 hash_eq_fn<Key, Eq_Fn, _Alloc, Store_Hash>
89 debug_map_base<Key, Eq_Fn, \
107 * @tparam Eq_Fn Equal functor.
134 typename Eq_Fn,
195 typedef Eq_Fn eq_fn;
245 PB_DS_CC_HASH_NAME(const Hash_Fn&, const Eq_Fn&);
247 PB_DS_CC_HASH_NAME(const Hash_Fn&, const Eq_Fn&, const Comb_Hash_Fn&);
249 PB_DS_CC_HASH_NAME(const Hash_Fn&, const Eq_Fn&, const Comb_Hash_Fn&,
285 /// Return current eq_fn.
286 Eq_Fn&
289 /// Return current const eq_fn.
290 const Eq_Fn&