Home
last modified time | relevance | path

Searched defs:HashCombine (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/base/
Dhash_combine.h26 static uint64_t HashCombine(uint64_t seed, uint64_t value) in HashCombine() function
/arkcompiler/runtime_core/libabckit/src/
Dhelpers_common.cpp75 static size_t HashCombine(size_t seed, size_t value) in HashCombine() function