Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/hwc3/
DDisplayConfig.cpp26 std::hash<T> hasher; in hashCombine() local
27 hash ^= hasher(value) + 0x9e3779b9 + (hash << 6) + (hash >> 2); in hashCombine()
/device/google/cuttlefish/host/commands/metrics/
Dutils.cc39 const std::hash<std::string> hasher; in Hashing() local
40 return std::to_string(hasher(input)); in Hashing()