Home
last modified time | relevance | path

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

/petsc/include/petsc/private/cpp/
H A Dunordered_map.hpp67 using hasher = Hash; typedef in Petsc::khash::KHashTable
128 hasher hash_function() const noexcept;
1104 inline typename KHashTable<V, H, KE>::hasher KHashTable<V, H, KE>::hash_function() const noexcept in hash_function()
1231 using hasher = typename table_type::hasher::nested_value_type; typedef in Petsc::UnorderedMap
/petsc/src/sys/tests/
H A Dex64.cxx21 std::hash<T> hasher; in hash_combine() local
22 seed ^= hasher(v) + 0x9e3779b9 + (seed << 6) + (seed >> 2); in hash_combine()