Searched refs:hashCombine (Results 1 – 1 of 1) sorted by relevance
190 uint64_t hashCombine(uint64_t Hash, uint64_t Value) const { in hashCombine() function197 Hash = hashCombine(Hash, reinterpret_cast<uint64_t>(Sample.Binary)); in operator()199 Hash = hashCombine(Hash, Value); in operator()202 Hash = hashCombine(Hash, Entry.Source); in operator()203 Hash = hashCombine(Hash, Entry.Target); in operator()