Home
last modified time | relevance | path

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

/netbsd/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/hash_fn/
H A Dranged_probe_fn.hpp78 typedef Hash_Fn hash_fn_base; typedef in __gnu_pbds::detail::ranged_probe_fn
150 { return comb_probe_fn_base::operator()(hash_fn_base::operator()(r_key)); } in operator ()()
184 typedef Hash_Fn hash_fn_base; typedef in __gnu_pbds::detail::ranged_probe_fn
261 const size_type hash = hash_fn_base::operator()(r_key); in operator ()()
283 _GLIBCXX_DEBUG_ASSERT(hash == hash_fn_base::operator()(r_key)); in operator ()()
H A Dranged_hash_fn.hpp77 typedef Hash_Fn hash_fn_base; typedef in __gnu_pbds::detail::ranged_hash_fn
135 { return (comb_hash_fn_base::operator()(hash_fn_base::operator()(r_key)));} in operator ()()
160 typedef Hash_Fn hash_fn_base; typedef in __gnu_pbds::detail::ranged_hash_fn
222 const size_type hash = hash_fn_base::operator()(r_key); in operator ()()
236 _GLIBCXX_DEBUG_ASSERT(hash == hash_fn_base::operator()(r_key)); in operator ()()
/netbsd/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/hash_fn/
H A Dranged_hash_fn.hpp77 typedef Hash_Fn hash_fn_base; typedef in __gnu_pbds::detail::ranged_hash_fn
135 { return (comb_hash_fn_base::operator()(hash_fn_base::operator()(r_key)));} in operator ()()
160 typedef Hash_Fn hash_fn_base; typedef in __gnu_pbds::detail::ranged_hash_fn
222 const size_type hash = hash_fn_base::operator()(r_key); in operator ()()
236 _GLIBCXX_DEBUG_ASSERT(hash == hash_fn_base::operator()(r_key)); in operator ()()
H A Dranged_probe_fn.hpp78 typedef Hash_Fn hash_fn_base; typedef in __gnu_pbds::detail::ranged_probe_fn
150 { return comb_probe_fn_base::operator()(hash_fn_base::operator()(r_key)); } in operator ()()
184 typedef Hash_Fn hash_fn_base; typedef in __gnu_pbds::detail::ranged_probe_fn
261 const size_type hash = hash_fn_base::operator()(r_key); in operator ()()
283 _GLIBCXX_DEBUG_ASSERT(hash == hash_fn_base::operator()(r_key)); in operator ()()