Home | History | Annotate | Download | only in pb_ds

Lines Matching defs:hash_fn

132   typename __gnu_cxx::typelist::create4<Hash_Fn, Eq_Fn, Resize_Policy, detail::integral_constant<int, Store_Hash> >::type, Policy_TL>::type, Allocator>
137 typename Hash_Fn,
167 basic_hash_table<Key, Mapped, Hash_Fn, Eq_Fn, Resize_Policy, Store_Hash, \
174 typename Hash_Fn = typename detail::default_hash_fn<Key>::type,
186 typedef Hash_Fn hash_fn;
195 // copied by the Hash_Fn object of the container object.
196 cc_hash_table(const hash_fn& h)
200 // copied by the hash_fn object of the container object, and
203 cc_hash_table(const hash_fn& h, const eq_fn& e)
207 // copied by the hash_fn object of the container object, r_eq_fn
211 cc_hash_table(const hash_fn& h, const eq_fn& e, const comb_hash_fn& ch)
215 // copied by the hash_fn object of the container object, r_eq_fn
220 cc_hash_table(const hash_fn& h, const eq_fn& e, const comb_hash_fn& ch,
235 cc_hash_table(It first, It last, const hash_fn& h)
242 // will be copied by the hash_fn object of the container object,
246 cc_hash_table(It first, It last, const hash_fn& h, const eq_fn& e)
253 // will be copied by the hash_fn object of the container object,
258 cc_hash_table(It first, It last, const hash_fn& h, const eq_fn& e,
266 // will be copied by the hash_fn object of the container object,
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, \
311 typename Hash_Fn = typename detail::default_hash_fn<Key>::type,
324 typedef Hash_Fn hash_fn;
334 // copied by the hash_fn object of the container object.
335 gp_hash_table(const hash_fn& h)
339 // copied by the hash_fn object of the container object, and
342 gp_hash_table(const hash_fn& h, const eq_fn& e)
346 // copied by the hash_fn object of the container object, r_eq_fn
350 gp_hash_table(const hash_fn& h, const eq_fn& e, const comb_probe_fn& cp)
354 // copied by the hash_fn object of the container object, r_eq_fn
359 gp_hash_table(const hash_fn& h, const eq_fn& e, const comb_probe_fn& cp,
364 // copied by the hash_fn object of the container object, r_eq_fn
370 gp_hash_table(const hash_fn& h, const eq_fn& e, const comb_probe_fn& cp,
384 // will be copied by the hash_fn object of the container object.
386 gp_hash_table(It first, It last, const hash_fn& h)
393 // will be copied by the hash_fn object of the container object,
397 gp_hash_table(It first, It last, const hash_fn& h, const eq_fn& e)
404 // will be copied by the hash_fn object of the container object,
409 gp_hash_table(It first, It last, const hash_fn& h, const eq_fn& e,
417 // 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,
431 // will be copied by the hash_fn object of the container object,
439 gp_hash_table(It first, It last, const hash_fn& h, const eq_fn& e,