Home
last modified time | relevance | path

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

/third_party/spirv-tools/source/util/
Dhash_combine.h30 inline size_t hash_combine(std::size_t seed, const T& val) { in hash_combine() function
35 inline size_t hash_combine(std::size_t hash, const std::vector<T>& vals) { in hash_combine() function
42 inline size_t hash_combine(std::size_t hash) { return hash; } in hash_combine() function
45 inline size_t hash_combine(std::size_t hash, const T& val, in hash_combine() function
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkSafetyCriticalUtil.hpp83 inline void hash_combine(std::size_t &seed, T const &v) in hash_combine() function
90 inline void hash_combine(std::size_t &seed, T const &v, Rest &&... rest) in hash_combine() function
/third_party/node/deps/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
/third_party/node/src/
Dnode_sockaddr-inl.h19 inline void hash_combine(size_t* seed) { } in hash_combine() function
22 inline void hash_combine(size_t* seed, const T& value, Args... rest) { in hash_combine() function
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/
Dhash.inl16 GLM_INLINE void hash_combine(size_t &seed, size_t hash) function
/third_party/libbpf/src/
Dbtf.c3405 static long hash_combine(long h, long value) function