Home
last modified time | relevance | path

Searched defs:hash_combine (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/base/
Dfunctional.h69 V8_INLINE size_t hash_combine() { return 0u; } in hash_combine() function
70 V8_INLINE size_t hash_combine(size_t seed) { return seed; } in hash_combine() function
73 V8_INLINE size_t hash_combine(T const& v, Ts const&... vs) { in hash_combine() function
Dfunctional.cc70 size_t hash_combine(size_t seed, size_t value) { in hash_combine() function
/external/grpc-grpc/src/cpp/server/load_reporter/
Dload_data_store.h101 void hash_combine(size_t* seed, const grpc::string& k) const { in hash_combine() function