Searched refs:hashValue (Results 1 – 1 of 1) sorted by relevance
436 size_t hashValue = 31; in operator ()() local437 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 ()()