Searched refs:hasher (Results 1 – 2 of 2) sorted by relevance
26 std::hash<T> hasher; in hashCombine() local27 hash ^= hasher(value) + 0x9e3779b9 + (hash << 6) + (hash >> 2); in hashCombine()
39 const std::hash<std::string> hasher; in Hashing() local40 return std::to_string(hasher(input)); in Hashing()