Searched defs:CAPIDenseMapInfo (Results 1 – 1 of 1) sorted by relevance
37 struct CAPIDenseMapInfo { struct38 static inline T* getEmptyKey() { in getEmptyKey()42 static inline T* getTombstoneKey() { in getTombstoneKey()46 static unsigned getHashValue(const T *PtrVal) { in getHashValue()49 static bool isEqual(const T *LHS, const T *RHS) { return LHS == RHS; } in isEqual()