Searched defs:ContiguousDenseMapInfo (Results 1 – 1 of 1) sorted by relevance
601 struct ContiguousDenseMapInfo { struct602 static inline unsigned getEmptyKey() { return ~0; } in getEmptyKey()603 static inline unsigned getTombstoneKey() { return ~0U - 1; } in getTombstoneKey()604 static unsigned getHashValue(const unsigned& Val) { return Val; } in getHashValue()605 static bool isEqual(const unsigned& LHS, const unsigned& RHS) { in isEqual()