Searched refs:int_hasher (Results 1 – 1 of 1) sorted by relevance
54 std::hash<uint64_t> int_hasher; in operator() local55 return int_hasher(v.first) ^ int_hasher(v.second); in operator()