Home | History | Annotate | Download | only in pb_ds

Lines Matching refs:comb_probe_fn

331   typename __gnu_cxx::typelist::create2<Comb_Probe_Fn, Probe_Fn>::type, _Alloc>
341 * @tparam Comb_Probe_Fn Combining probe functor.
363 typename Comb_Probe_Fn = detail::default_comb_hash_fn::type,
364 typename Probe_Fn = typename detail::default_probe_fn<Comb_Probe_Fn>::type,
365 typename Resize_Policy = typename detail::default_resize_policy<Comb_Probe_Fn>::type,
377 typedef Comb_Probe_Fn comb_probe_fn;
399 /// and r_comb_probe_fn will be copied by the comb_probe_fn object
401 gp_hash_table(const hash_fn& h, const eq_fn& e, const comb_probe_fn& cp)
407 /// r_comb_probe_fn will be copied by the comb_probe_fn object of
410 gp_hash_table(const hash_fn& h, const eq_fn& e, const comb_probe_fn& cp,
417 /// r_comb_probe_fn will be copied by the comb_probe_fn object of
422 gp_hash_table(const hash_fn& h, const eq_fn& e, const comb_probe_fn& cp,
459 /// comb_probe_fn object of the container object.
462 const comb_probe_fn& cp)
471 /// object, r_comb_probe_fn will be copied by the comb_probe_fn
476 const comb_probe_fn& cp, const probe_fn& p)
485 /// object, r_comb_probe_fn will be copied by the comb_probe_fn
492 const comb_probe_fn& cp, const probe_fn& p,