reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
107 static inline T getEmptyKey() { return IntInfo::getEmptyKey(); } 108 static inline T getTombstoneKey() { return IntInfo::getTombstoneKey(); } 110 static unsigned getHashValue(const T &Arg) { 114 static bool isEqual(const T &LHS, const T &RHS) { return LHS == RHS; } 114 static bool isEqual(const T &LHS, const T &RHS) { return LHS == RHS; }