Searched defs:TestDenseSetInfo (Results 1 – 1 of 1) sorted by relevance
30 struct TestDenseSetInfo { struct31 static inline unsigned getEmptyKey() { return ~0; } in getEmptyKey()32 static inline unsigned getTombstoneKey() { return ~0U - 1; } in getTombstoneKey()33 static unsigned getHashValue(const unsigned& Val) { return Val * 37U; } in getHashValue()34 static unsigned getHashValue(const char* Val) { in getHashValue()37 static bool isEqual(const unsigned& LHS, const unsigned& RHS) { in isEqual()40 static bool isEqual(const char* LHS, const unsigned& RHS) { in isEqual()