Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dutils.h197 static inline void HashCombine(size_t& seed, const T& val) { in HashCombine() function
Dcmd_inject.cpp65 HashCombine(seed, ap.first); in operator ()()
66 HashCombine(seed, ap.second); in operator ()()