Searched defs:HashCombine (Results 1 – 5 of 5) sorted by relevance
38 inline void HashCombine(size_t &seed) {} in HashCombine() function41 inline void HashCombine(std::size_t &seed, const T &hashableObject, Rest... rest) in HashCombine() function
20 size_t HashCombine(size_t seed, const T& value) { in HashCombine() function
63 void HashCombine(size_t* hash, const T& value) { in HashCombine() function