Searched refs:hasher (Results 1 – 2 of 2) sorted by relevance
67 using hasher = Hash; typedef in Petsc::khash::KHashTable128 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
21 std::hash<T> hasher; in hash_combine() local22 seed ^= hasher(v) + 0x9e3779b9 + (seed << 6) + (seed >> 2); in hash_combine()