Searched defs:ContiguousDenseMapInfo (Results 1 – 1 of 1) sorted by relevance
559 struct ContiguousDenseMapInfo { struct560 static inline unsigned getEmptyKey() { return ~0; } in getEmptyKey()561 static inline unsigned getTombstoneKey() { return ~0U - 1; } in getTombstoneKey()562 static unsigned getHashValue(const unsigned& Val) { return Val; } in getHashValue()563 static bool isEqual(const unsigned& LHS, const unsigned& RHS) { in isEqual()