Searched defs:hasher (Results 1 – 2 of 2) sorted by relevance
| /petsc/include/petsc/private/cpp/ | ||
| H A D | unordered_map.hpp | 67 using hasher = Hash; typedef in Petsc::khash::KHashTable |
| /petsc/src/sys/tests/ | ||
| H A D | ex64.cxx | 21 std::hash<T> hasher; in hash_combine() local |