Home
last modified time | relevance | path

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

/system/extras/simpleperf/
DBranchListFile.h57 HashCombine(seed, key.path); in operator()
58 HashCombine(seed, key.build_id); in operator()
60 HashCombine(seed, key.kernel_start_addr); in operator()
Dutils.h279 static inline void HashCombine(size_t& seed, const T& val) { in HashCombine() function
Dcmd_report_sample.cpp145 HashCombine(seed, thread_id.pid); in operator ()()
146 HashCombine(seed, thread_id.tid); in operator ()()
Dcmd_inject.cpp46 HashCombine(seed, ap.first); in operator ()()
47 HashCombine(seed, ap.second); in operator ()()