Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dutils.h173 void HashCombine(size_t& seed, const T& val) { in HashCombine() function
Dcmd_inject.cpp66 HashCombine(seed, ap.first); in operator ()()
67 HashCombine(seed, ap.second); in operator ()()