Searched refs:comb_hash_fn_base (Results 1 – 1 of 1) sorted by relevance
83 typedef Comb_Hash_Fn comb_hash_fn_base; typedef in pb_ds::detail::ranged_hash_fn119 { comb_hash_fn_base::notify_resized(size); } in ranged_hash_fn()126 comb_hash_fn_base::swap(other); in swap()134 { comb_hash_fn_base::notify_resized(size); } in notify_resized()140 { return (comb_hash_fn_base::operator()(hash_fn_base::operator()(r_key)));} in operator ()()166 typedef Comb_Hash_Fn comb_hash_fn_base; typedef in pb_ds::detail::ranged_hash_fn205 { comb_hash_fn_base::notify_resized(size); } in ranged_hash_fn()212 comb_hash_fn_base::swap(other); in swap()220 { comb_hash_fn_base::notify_resized(size); } in notify_resized()228 return std::make_pair(comb_hash_fn_base::operator()(hash), hash); in operator ()()[all …]