Home
last modified time | relevance | path

Searched refs:hash_fn_base (Results 1 – 2 of 2) sorted by relevance

/trueos/contrib/libstdc++/include/ext/pb_ds/detail/hash_fn/
Dranged_probe_fn.hpp84 typedef Hash_Fn hash_fn_base; typedef in pb_ds::detail::ranged_probe_fn
156 { return comb_probe_fn_base::operator()(hash_fn_base::operator()(r_key)); } in operator ()()
190 typedef Hash_Fn hash_fn_base; typedef in pb_ds::detail::ranged_probe_fn
267 const size_type hash = hash_fn_base::operator()(r_key); in operator ()()
289 _GLIBCXX_DEBUG_ASSERT(hash == hash_fn_base::operator()(r_key)); in operator ()()
Dranged_hash_fn.hpp82 typedef Hash_Fn hash_fn_base; typedef in pb_ds::detail::ranged_hash_fn
140 { return (comb_hash_fn_base::operator()(hash_fn_base::operator()(r_key)));} in operator ()()
165 typedef Hash_Fn hash_fn_base; typedef in pb_ds::detail::ranged_hash_fn
227 const size_type hash = hash_fn_base::operator()(r_key); in operator ()()
241 _GLIBCXX_DEBUG_ASSERT(hash == hash_fn_base::operator()(r_key)); in operator ()()