Home | History | Annotate | Download | only in pb_ds

Lines Matching defs:resize_policy

67     typename __gnu_cxx::typelist::create4<Hash_Fn, Eq_Fn, Resize_Policy, \
82 * @tparam Resize_Policy Resizes hash.
99 typename Resize_Policy,
167 basic_hash_table<Key, Mapped, Hash_Fn, Eq_Fn, Resize_Policy, Store_Hash, \
184 * @tparam Resize_Policy Resizes hash.
201 typename Resize_Policy = typename detail::default_resize_policy<Comb_Hash_Fn>::type,
213 typedef Resize_Policy resize_policy;
244 /// the resize_policy object of the container object.
246 const resize_policy& rp)
295 /// copied by the resize_policy object of the container object.
298 const comb_hash_fn& ch, const resize_policy& rp)
329 basic_hash_table<Key, Mapped, Hash_Fn, Eq_Fn, Resize_Policy, Store_Hash, \
347 * @tparam Resize_Policy Resizes hash.
365 typename Resize_Policy = typename detail::default_resize_policy<Comb_Probe_Fn>::type,
379 typedef Resize_Policy resize_policy;
420 /// will be copied by the Resize_Policy object of the container
423 const probe_fn& p, const resize_policy& rp)
488 /// r_resize_policy will be copied by the resize_policy object of
493 const resize_policy& rp)