Searched defs:hash_combine (Results 1 – 6 of 6) sorted by relevance
| /external/angle/third_party/vulkan-deps/spirv-tools/src/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
|
| /external/swiftshader/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
|
| /external/rust/crates/grpcio-sys/grpc/src/cpp/server/load_reporter/ |
| D | load_data_store.h | 101 void hash_combine(size_t* seed, const std::string& k) const { in hash_combine() function
|
| /external/grpc-grpc/src/cpp/server/load_reporter/ |
| D | load_data_store.h | 101 void hash_combine(size_t* seed, const grpc::string& k) const { in hash_combine() function
|
| /external/oboe/samples/RhythmGame/third_party/glm/gtx/ |
| D | hash.inl | 16 GLM_INLINE void hash_combine(size_t &seed, size_t hash) function
|
| /external/libbpf/src/ |
| D | btf.c | 3191 static long hash_combine(long h, long value) in hash_combine() function
|