Searched refs:HashedRecords (Results 1 – 4 of 4) sorted by relevance
74 HashedRecords.clear(); in reset()93 auto Result = HashedRecords.try_emplace(WeakHash, nextTypeIndex()); in insertRecordAs()134 auto Result = HashedRecords.try_emplace(WeakHash, Index.toArrayIndex()); in replaceType()
77 HashedRecords.clear(); in reset()122 auto Result = HashedRecords.try_emplace(Hash, Index.toArrayIndex()); in replaceType()
39 DenseMap<GloballyHashedType, TypeIndex> HashedRecords; variable78 auto Result = HashedRecords.try_emplace(Hash, nextTypeIndex()); in insertRecordAs()
38 DenseMap<LocallyHashedType, TypeIndex> HashedRecords; variable