Searched defs:ContiguousDenseMapInfo (Results 1 – 1 of 1) sorted by relevance
589 struct ContiguousDenseMapInfo { struct590 static inline unsigned getEmptyKey() { return ~0; } in getEmptyKey()591 static inline unsigned getTombstoneKey() { return ~0U - 1; } in getTombstoneKey()592 static unsigned getHashValue(const unsigned& Val) { return Val; } in getHashValue()593 static bool isEqual(const unsigned& LHS, const unsigned& RHS) { in isEqual()