Searched defs:hash_combine (Results 1 – 7 of 7) sorted by relevance
| /third_party/spirv-tools/source/util/ |
| D | hash_combine.h | 30 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/ |
| D | vkSafetyCriticalUtil.hpp | 83 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/ |
| D | functional.h | 69 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
|
| D | functional.cc | 70 size_t hash_combine(size_t seed, size_t value) { in hash_combine() function
|
| /third_party/node/src/ |
| D | node_sockaddr-inl.h | 19 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/ |
| D | hash.inl | 16 GLM_INLINE void hash_combine(size_t &seed, size_t hash) function
|
| /third_party/libbpf/src/ |
| D | btf.c | 3405 static long hash_combine(long h, long value) function
|