• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/libstdcxx-60/include/c++/4.2.1/ext/pb_ds/

Lines Matching defs:hash_fn

176     typedef Hash_Fn 		hash_fn;
186 cc_hash_table(const hash_fn& h)
190 // copied by the hash_fn object of the container object, and
193 cc_hash_table(const hash_fn& h, const eq_fn& e)
197 // copied by the hash_fn object of the container object, r_eq_fn
201 cc_hash_table(const hash_fn& h, const eq_fn& e, const comb_hash_fn& ch)
205 // copied by the hash_fn object of the container object, r_eq_fn
210 cc_hash_table(const hash_fn& h, const eq_fn& e, const comb_hash_fn& ch,
225 cc_hash_table(It first, It last, const hash_fn& h)
232 // will be copied by the hash_fn object of the container object,
236 cc_hash_table(It first, It last, const hash_fn& h, const eq_fn& e)
243 // will be copied by the hash_fn object of the container object,
248 cc_hash_table(It first, It last, const hash_fn& h, const eq_fn& e,
256 // will be copied by the hash_fn object of the container object,
262 cc_hash_table(It first, It last, const hash_fn& h, const eq_fn& e,
314 typedef Hash_Fn hash_fn;
324 // copied by the hash_fn object of the container object.
325 gp_hash_table(const hash_fn& h)
329 // copied by the hash_fn object of the container object, and
332 gp_hash_table(const hash_fn& h, const eq_fn& e)
336 // copied by the hash_fn object of the container object, r_eq_fn
340 gp_hash_table(const hash_fn& h, const eq_fn& e, const comb_probe_fn& cp)
344 // copied by the hash_fn object of the container object, r_eq_fn
349 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
360 gp_hash_table(const hash_fn& h, const eq_fn& e, const comb_probe_fn& cp,
374 // will be copied by the hash_fn object of the container object.
376 gp_hash_table(It first, It last, const hash_fn& h)
383 // will be copied by the hash_fn object of the container object,
387 gp_hash_table(It first, It last, const hash_fn& h, const eq_fn& e)
394 // will be copied by the hash_fn object of the container object,
399 gp_hash_table(It first, It last, const hash_fn& h, const eq_fn& e,
407 // will be copied by the hash_fn object of the container object,
413 gp_hash_table(It first, It last, const hash_fn& h, const eq_fn& e,
421 // will be copied by the hash_fn object of the container object,
429 gp_hash_table(It first, It last, const hash_fn& h, const eq_fn& e,