Searched defs:hash_combine (Results 1 – 3 of 3) sorted by relevance
69 V8_INLINE size_t hash_combine() { return 0u; } in hash_combine() function70 V8_INLINE size_t hash_combine(size_t seed) { return seed; } in hash_combine() function73 V8_INLINE size_t hash_combine(T const& v, Ts const&... vs) { in hash_combine() function
70 size_t hash_combine(size_t seed, size_t value) { in hash_combine() function
101 void hash_combine(size_t* seed, const grpc::string& k) const { in hash_combine() function