Searched defs:hashCombine (Results 1 – 3 of 3) sorted by relevance
79 auto hashCombine = [](const uint64_t Seed, const uint64_t Val) { in getCallStackHash() local
23 inline int64_t hashCombine(const int64_t Seed, const int64_t Val) { in hashCombine() function
53 template <class T> inline void hashCombine(size_t &Seed, const T &Val) { in hashCombine() function