Searched defs:DenseMapInfoDupKey (Results 1 – 1 of 1) sorted by relevance
10658 struct DenseMapInfoDupKey { struct10659 static DupKey getEmptyKey() { return DupKey(0, true); } in getEmptyKey()10660 static DupKey getTombstoneKey() { return DupKey(1, true); } in getTombstoneKey()10661 static unsigned getHashValue(const DupKey Key) { in getHashValue()10664 static bool isEqual(const DupKey& LHS, const DupKey& RHS) { in isEqual()