Home
last modified time | relevance | path

Searched defs: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
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