Home
last modified time | relevance | path

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

/hardware/qcom/camera/msm8998/QCamera2/HAL3/
DQCamera3HWI.cpp436 size_t hashValue = 31; in operator ()() local
437 result = hashValue*result + std::hash<int> {} (std::get<0>(entry)); in operator ()()
438 result = hashValue*result + std::hash<int> {} (std::get<1>(entry)); in operator ()()
439 result = hashValue*result + std::hash<int> {} (std::get<2>(entry)); in operator ()()
440 result = hashValue*result + std::hash<int> {} (std::get<3>(entry)); in operator ()()