Searched defs:DenseMapInfoDupKey (Results 1 – 1 of 1) sorted by relevance
14166 struct DenseMapInfoDupKey { struct14167 static DupKey getEmptyKey() { return DupKey(0, true); } in getEmptyKey()14168 static DupKey getTombstoneKey() { return DupKey(1, true); } in getTombstoneKey()14169 static unsigned getHashValue(const DupKey Key) { in getHashValue()14172 static bool isEqual(const DupKey& LHS, const DupKey& RHS) { in isEqual()