Home
last modified time | relevance | path

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

/hardware/google/camera/devices/EmulatedCamera/hwl/utils/
DStreamConfigurationMap.h44 size_t hashValue = 31; in operator() local
45 result = hashValue * result + in operator()
48 hashValue * result + std::hash<uint32_t>{}(std::get<1>(entry).first); in operator()
50 hashValue * result + std::hash<uint32_t>{}(std::get<1>(entry).second); in operator()