Home
last modified time | relevance | path

Searched defs:TestDenseMapInfo (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/llvm/unittests/ADT/
H A DDenseMapTest.cpp550 struct TestDenseMapInfo { struct
551 static inline unsigned getEmptyKey() { return ~0; } in getEmptyKey()
552 static inline unsigned getTombstoneKey() { return ~0U - 1; } in getTombstoneKey()
553 static unsigned getHashValue(const unsigned& Val) { return Val * 37U; } in getHashValue()
554 static unsigned getHashValue(const char* Val) { in getHashValue()
557 static bool isEqual(const unsigned& LHS, const unsigned& RHS) { in isEqual()
560 static bool isEqual(const char* LHS, const unsigned& RHS) { in isEqual()