Home | History | Annotate | Download | only in pb_ds

Lines Matching refs:eq_fn

67     typename __gnu_cxx::typelist::create4<Hash_Fn, Eq_Fn, Resize_Policy, \
81 * @tparam Eq_Fn Equal functor.
98 typename Eq_Fn,
167 basic_hash_table<Key, Mapped, Hash_Fn, Eq_Fn, Resize_Policy, Store_Hash, \
178 * @tparam Eq_Fn Equal functor.
199 typename Eq_Fn = typename detail::default_eq_fn<Key>::type,
212 typedef Eq_Fn eq_fn;
226 /// r_eq_fn will be copied by the eq_fn object of the container
228 cc_hash_table(const hash_fn& h, const eq_fn& e)
233 /// will be copied by the eq_fn object of the container object,
236 cc_hash_table(const hash_fn& h, const eq_fn& e, const comb_hash_fn& ch)
241 /// will be copied by the eq_fn object of the container object,
245 cc_hash_table(const hash_fn& h, const eq_fn& e, const comb_hash_fn& ch,
268 /// and r_eq_fn will be copied by the eq_fn object of the
271 cc_hash_table(It first, It last, const hash_fn& h, const eq_fn& e)
279 /// r_eq_fn will be copied by the eq_fn object of the container
283 cc_hash_table(It first, It last, const hash_fn& h, const eq_fn& e,
292 /// r_eq_fn will be copied by the eq_fn object of the container
297 cc_hash_table(It first, It last, const hash_fn& h, const eq_fn& e,
329 basic_hash_table<Key, Mapped, Hash_Fn, Eq_Fn, Resize_Policy, Store_Hash, \
340 * @tparam Eq_Fn Equal functor.
362 typename Eq_Fn = typename detail::default_eq_fn<Key>::type,
376 typedef Eq_Fn eq_fn;
391 /// r_eq_fn will be copied by the eq_fn object of the container
393 gp_hash_table(const hash_fn& h, const eq_fn& e)
398 /// will be copied by the eq_fn object of the container object,
401 gp_hash_table(const hash_fn& h, const eq_fn& e, const comb_probe_fn& cp)
406 /// will be copied by the eq_fn object of the container object,
410 gp_hash_table(const hash_fn& h, const eq_fn& e, const comb_probe_fn& cp,
416 /// will be copied by the eq_fn object of the container object,
422 gp_hash_table(const hash_fn& h, const eq_fn& e, const comb_probe_fn& cp,
446 /// and r_eq_fn will be copied by the eq_fn object of the
449 gp_hash_table(It first, It last, const hash_fn& h, const eq_fn& e)
457 /// r_eq_fn will be copied by the eq_fn object of the container
461 gp_hash_table(It first, It last, const hash_fn& h, const eq_fn& e,
470 /// r_eq_fn will be copied by the eq_fn object of the container
475 gp_hash_table(It first, It last, const hash_fn& h, const eq_fn& e,
484 /// r_eq_fn will be copied by the eq_fn object of the container
491 gp_hash_table(It first, It last, const hash_fn& h, const eq_fn& e,
795 typename __gnu_cxx::typelist::create2<Eq_Fn, Update_Policy>::type>::type
803 * @tparam Eq_Fn Equal functor.
812 class Eq_Fn = typename detail::default_eq_fn<Key>::type,
822 typedef Eq_Fn eq_fn;