Home | History | Annotate | Download | only in pb_ds

Lines Matching refs:eq_fn

116   typename __gnu_cxx::typelist::create4<Hash_Fn, Eq_Fn, Resize_Policy, detail::integral_constant<int, Store_Hash> >::type, Policy_TL>::type, Allocator>
122 typename Eq_Fn,
151 basic_hash_table<Key, Mapped, Hash_Fn, Eq_Fn, Resize_Policy, Store_Hash, \
159 typename Eq_Fn = typename detail::default_eq_fn<Key>::type,
171 typedef Eq_Fn eq_fn;
185 // r_eq_fn will be copied by the eq_fn object of the container
187 cc_hash_table(const hash_fn& h, const eq_fn& e)
192 // will be copied by the eq_fn object of the container object, and
195 cc_hash_table(const hash_fn& h, const eq_fn& e, const comb_hash_fn& ch)
200 // will be copied by the eq_fn object of the container object,
204 cc_hash_table(const hash_fn& h, const eq_fn& e, const comb_hash_fn& ch,
227 // and r_eq_fn will be copied by the eq_fn object of the container
230 cc_hash_table(It first, It last, const hash_fn& h, const eq_fn& e)
238 // r_eq_fn will be copied by the eq_fn object of the container
242 cc_hash_table(It first, It last, const hash_fn& h, const eq_fn& e,
251 // r_eq_fn will be copied by the eq_fn object of the container
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, \
296 typename Eq_Fn = typename detail::default_eq_fn<Key>::type,
309 typedef Eq_Fn eq_fn;
324 // r_eq_fn will be copied by the eq_fn object of the container
326 gp_hash_table(const hash_fn& h, const eq_fn& e)
331 // will be copied by the eq_fn object of the container object, and
334 gp_hash_table(const hash_fn& h, const eq_fn& e, const comb_probe_fn& cp)
339 // will be copied by the eq_fn object of the container object,
343 gp_hash_table(const hash_fn& h, const eq_fn& e, const comb_probe_fn& cp,
349 // will be copied by the eq_fn object of the container object,
354 gp_hash_table(const hash_fn& h, const eq_fn& e, const comb_probe_fn& cp,
378 // and r_eq_fn will be copied by the eq_fn object of the container
381 gp_hash_table(It first, It last, const hash_fn& h, const eq_fn& e)
389 // r_eq_fn will be copied by the eq_fn object of the container
393 gp_hash_table(It first, It last, const hash_fn& h, const eq_fn& e,
402 // r_eq_fn will be copied by the eq_fn object of the container
407 gp_hash_table(It first, It last, const hash_fn& h, const eq_fn& e,
416 // r_eq_fn will be copied by the eq_fn object of the container
423 gp_hash_table(It first, It last, const hash_fn& h, const eq_fn& e,
630 typename __gnu_cxx::typelist::create2<Eq_Fn, Update_Policy>::type, Allocator>
635 class Eq_Fn = typename detail::default_eq_fn<Key>::type,
644 typedef Eq_Fn eq_fn;