Searched refs:hasher (Results 1 – 3 of 3) sorted by relevance
23 std::hash<T> hasher; in hash_combine() local24 seed ^= hasher(value) + 0x9e3779b9 + (seed << 6) + (seed >> 2); in hash_combine()
37 std::hash<T> hasher; in hash_combine() local38 seed ^= hasher(value) + 0x9e3779b9 + (seed << 6) + (seed >> 2); in hash_combine()
63 std::hash<T> hasher; in hash_combine() local64 seed ^= hasher(value) + 0x9e3779b9 + (seed << 6) + (seed >> 2); in hash_combine()