Home | History | Annotate | Download | only in pb_ds

Lines Matching refs:comb_hash_fn

153 	  typename __gnu_cxx::typelist::create1<Comb_Hash_Fn>::type, Allocator>
160 typename Comb_Hash_Fn = detail::default_comb_hash_fn::type,
161 typename Resize_Policy = typename detail::default_resize_policy<Comb_Hash_Fn>::type,
173 typedef Comb_Hash_Fn comb_hash_fn;
193 // r_comb_hash_fn will be copied by the comb_hash_fn object of the
195 cc_hash_table(const hash_fn& h, const eq_fn& e, const comb_hash_fn& ch)
201 // r_comb_hash_fn will be copied by the comb_hash_fn object of the
204 cc_hash_table(const hash_fn& h, const eq_fn& e, const comb_hash_fn& ch,
239 // object, and r_comb_hash_fn will be copied by the comb_hash_fn
243 const comb_hash_fn& ch)
252 // object, r_comb_hash_fn will be copied by the comb_hash_fn
257 const comb_hash_fn& ch, const resize_policy& rp)