Searched refs:HashedStorage (Results 1 – 1 of 1) sorted by relevance
42 struct HashedStorage { struct in __anon95dc17a30111::ParametricStorageUniquer43 HashedStorage(unsigned hashValue = 0, BaseStorage *storage = nullptr) in HashedStorage() function51 static inline HashedStorage getEmptyKey() { in getEmptyKey()52 return HashedStorage(0, DenseMapInfo<BaseStorage *>::getEmptyKey()); in getEmptyKey()54 static inline HashedStorage getTombstoneKey() { in getTombstoneKey()55 return HashedStorage(0, DenseMapInfo<BaseStorage *>::getTombstoneKey()); in getTombstoneKey()58 static inline unsigned getHashValue(const HashedStorage &key) { in getHashValue()65 static inline bool isEqual(const HashedStorage &lhs, in isEqual()66 const HashedStorage &rhs) { in isEqual()76 using StorageTypeSet = DenseSet<HashedStorage, StorageKeyInfo>;[all …]