Home | History | Annotate | Download | only in pb_ds

Lines Matching refs:comb_hash_fn

169 	  typename __gnu_cxx::typelist::create1<Comb_Hash_Fn>::type, _Alloc>
179 * @tparam Comb_Hash_Fn Combining hash functor.
200 typename Comb_Hash_Fn = detail::default_comb_hash_fn::type,
201 typename Resize_Policy = typename detail::default_resize_policy<Comb_Hash_Fn>::type,
214 typedef Comb_Hash_Fn comb_hash_fn;
234 /// and r_comb_hash_fn will be copied by the comb_hash_fn object
236 cc_hash_table(const hash_fn& h, const eq_fn& e, const comb_hash_fn& ch)
242 /// r_comb_hash_fn will be copied by the comb_hash_fn object of
245 cc_hash_table(const hash_fn& h, const eq_fn& e, const comb_hash_fn& ch,
280 /// object, and r_comb_hash_fn will be copied by the comb_hash_fn
284 const comb_hash_fn& ch)
293 /// object, r_comb_hash_fn will be copied by the comb_hash_fn
298 const comb_hash_fn& ch, const resize_policy& rp)