Searched defs:hash_combine (Results 1 – 9 of 9) sorted by relevance
/third_party/mindspore/mindspore/core/utils/ |
D | hashing.h | 24 inline std::size_t hash_combine(std::size_t hash_sum, std::size_t hash_val) { in hash_combine() function 29 inline std::size_t hash_combine(const std::initializer_list<std::size_t> &hash_vals) { 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/mindspore/mindspore/ccsrc/debug/rdr/ |
D | recorder_manager.h | 34 inline void hash_combine(std::size_t *seed, const T &val) { in hash_combine() function
|
/third_party/boost/libs/multiprecision/test/ |
D | constexpr_test_cpp_int_7.cpp | 52 inline constexpr void hash_combine(std::uint64_t& h, std::uint64_t k) in hash_combine() function
|
/third_party/boost/libs/pfr/include/boost/pfr/detail/ |
D | functional.hpp | 120 constexpr void hash_combine(SizeT& seed, SizeT value) noexcept { in hash_combine() function
|
/third_party/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
|
/third_party/boost/boost/pfr/detail/ |
D | functional.hpp | 120 constexpr void hash_combine(SizeT& seed, SizeT value) noexcept { 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/boost/boost/container_hash/ |
D | hash.hpp | 413 inline void hash_combine(std::size_t& seed, T const& v) in hash_combine() function
|