Searched defs:hash_combine (Results  1 – 9 of 9) sorted by relevance
| /external/deqp-deps/SPIRV-Tools/source/util/ | 
| D | hash_combine.h | 30 inline size_t hash_combine(std::size_t seed, const T& val) {  in hash_combine()  function35 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/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()  function35 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()  function35 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/deqp/external/vulkancts/framework/vulkan/ | 
| D | vkSafetyCriticalUtil.hpp | 83 inline void hash_combine(std::size_t &seed, T const &v)  in hash_combine()  function90 inline void hash_combine(std::size_t &seed, T const &v, Rest &&... rest)  in hash_combine()  function
 
 | 
| /external/cronet/net/third_party/quiche/src/quiche/quic/core/crypto/ | 
| D | quic_compressed_certs_cache.cc | 15 inline void hash_combine(uint64_t* seed, const uint64_t& val) {  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/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/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
 |