Home | History | Annotate | Download | only in pb_ds

Lines Matching refs:eq_fn

132   typename __gnu_cxx::typelist::create4<Hash_Fn, Eq_Fn, Resize_Policy, detail::integral_constant<int, Store_Hash> >::type, Policy_TL>::type, Allocator>
138 typename Eq_Fn,
167 basic_hash_table<Key, Mapped, Hash_Fn, Eq_Fn, Resize_Policy, Store_Hash, \
175 typename Eq_Fn = typename detail::default_eq_fn<Key>::type,
187 typedef Eq_Fn eq_fn;
201 // r_eq_fn will be copied by the eq_fn object of the container
203 cc_hash_table(const hash_fn& h, const eq_fn& e)
208 // will be copied by the eq_fn object of the container object, and
211 cc_hash_table(const hash_fn& h, const eq_fn& e, const comb_hash_fn& ch)
216 // will be copied by the eq_fn object of the container object,
220 cc_hash_table(const hash_fn& h, const eq_fn& e, const comb_hash_fn& ch,
243 // and r_eq_fn will be copied by the eq_fn object of the container
246 cc_hash_table(It first, It last, const hash_fn& h, const eq_fn& e)
254 // r_eq_fn will be copied by the eq_fn object of the container
258 cc_hash_table(It first, It last, const hash_fn& h, const eq_fn& e,
267 // r_eq_fn will be copied by the eq_fn object of the container
272 cc_hash_table(It first, It last, const hash_fn& h, const eq_fn& e,
304 basic_hash_table<Key, Mapped, Hash_Fn, Eq_Fn, Resize_Policy, Store_Hash, \
312 typename Eq_Fn = typename detail::default_eq_fn<Key>::type,
325 typedef Eq_Fn eq_fn;
340 // r_eq_fn will be copied by the eq_fn object of the container
342 gp_hash_table(const hash_fn& h, const eq_fn& e)
347 // will be copied by the eq_fn object of the container object, and
350 gp_hash_table(const hash_fn& h, const eq_fn& e, const comb_probe_fn& cp)
355 // will be copied by the eq_fn object of the container object,
359 gp_hash_table(const hash_fn& h, const eq_fn& e, const comb_probe_fn& cp,
365 // will be copied by the eq_fn object of the container object,
370 gp_hash_table(const hash_fn& h, const eq_fn& e, const comb_probe_fn& cp,
394 // and r_eq_fn will be copied by the eq_fn object of the container
397 gp_hash_table(It first, It last, const hash_fn& h, const eq_fn& e)
405 // r_eq_fn will be copied by the eq_fn object of the container
409 gp_hash_table(It first, It last, const hash_fn& h, const eq_fn& e,
418 // r_eq_fn will be copied by the eq_fn object of the container
423 gp_hash_table(It first, It last, const hash_fn& h, const eq_fn& e,
432 // r_eq_fn will be copied by the eq_fn object of the container
439 gp_hash_table(It first, It last, const hash_fn& h, const eq_fn& e,
646 typename __gnu_cxx::typelist::create2<Eq_Fn, Update_Policy>::type, Allocator>
651 class Eq_Fn = typename detail::default_eq_fn<Key>::type,
660 typedef Eq_Fn eq_fn;