Home | History | Annotate | Download | only in pb_ds

Lines Matching defs:hash_fn

116   typename __gnu_cxx::typelist::create4<Hash_Fn, Eq_Fn, Resize_Policy, detail::integral_constant<int, Store_Hash> >::type, Policy_TL>::type, Allocator>
121 typename Hash_Fn,
151 basic_hash_table<Key, Mapped, Hash_Fn, Eq_Fn, Resize_Policy, Store_Hash, \
158 typename Hash_Fn = typename detail::default_hash_fn<Key>::type,
170 typedef Hash_Fn hash_fn;
179 // copied by the Hash_Fn object of the container object.
180 cc_hash_table(const hash_fn& h)
184 // copied by the hash_fn object of the container object, and
187 cc_hash_table(const hash_fn& h, const eq_fn& e)
191 // copied by the hash_fn object of the container object, r_eq_fn
195 cc_hash_table(const hash_fn& h, const eq_fn& e, const comb_hash_fn& ch)
199 // copied by the hash_fn object of the container object, r_eq_fn
204 cc_hash_table(const hash_fn& h, const eq_fn& e, const comb_hash_fn& ch,
219 cc_hash_table(It first, It last, const hash_fn& h)
226 // will be copied by the hash_fn object of the container object,
230 cc_hash_table(It first, It last, const hash_fn& h, const eq_fn& e)
237 // will be copied by the hash_fn object of the container object,
242 cc_hash_table(It first, It last, const hash_fn& h, const eq_fn& e,
250 // will be copied by the hash_fn object of the container object,
256 cc_hash_table(It first, It last, const hash_fn& h, const eq_fn& e,
288 basic_hash_table<Key, Mapped, Hash_Fn, Eq_Fn, Resize_Policy, Store_Hash, \
295 typename Hash_Fn = typename detail::default_hash_fn<Key>::type,
308 typedef Hash_Fn hash_fn;
318 // copied by the hash_fn object of the container object.
319 gp_hash_table(const hash_fn& h)
323 // copied by the hash_fn object of the container object, and
326 gp_hash_table(const hash_fn& h, const eq_fn& e)
330 // copied by the hash_fn object of the container object, r_eq_fn
334 gp_hash_table(const hash_fn& h, const eq_fn& e, const comb_probe_fn& cp)
338 // copied by the hash_fn object of the container object, r_eq_fn
343 gp_hash_table(const hash_fn& h, const eq_fn& e, const comb_probe_fn& cp,
348 // copied by the hash_fn object of the container object, r_eq_fn
354 gp_hash_table(const hash_fn& h, const eq_fn& e, const comb_probe_fn& cp,
368 // will be copied by the hash_fn object of the container object.
370 gp_hash_table(It first, It last, const hash_fn& h)
377 // will be copied by the hash_fn object of the container object,
381 gp_hash_table(It first, It last, const hash_fn& h, const eq_fn& e)
388 // will be copied by the hash_fn object of the container object,
393 gp_hash_table(It first, It last, const hash_fn& h, const eq_fn& e,
401 // will be copied by the hash_fn object of the container object,
407 gp_hash_table(It first, It last, const hash_fn& h, const eq_fn& e,
415 // will be copied by the hash_fn object of the container object,
423 gp_hash_table(It first, It last, const hash_fn& h, const eq_fn& e,