Searched refs:HashCombine (Results 1 – 3 of 3) sorted by relevance
75 static size_t HashCombine(size_t seed, size_t val) { in HashCombine() function80 result = HashCombine(result, std::hash<ui::Dataspace>{}(le.outputDataspace)); in operator()81 return HashCombine(result, std::hash<bool>{}(le.undoPremultipliedAlpha)); in operator()
116 static size_t HashCombine(size_t seed, size_t val) { in HashCombine() function127 return HashCombine(result, std::hash<int32_t>{}(key.renderRateBucket)); in operator()147 return HashCombine(uidHash, HashCombine(layerNameHash, gameModeHash)); in operator()
254 std::size_t HashCombine(size_t value1, size_t value2) const { in HashCombine() function265 return HashCombine(listenerHash, callbackIdsHash); in operator()