Searched refs:HashedRecords (Results 1 – 4 of 4) sorted by relevance
73 HashedRecords.clear(); in reset()92 auto Result = HashedRecords.try_emplace(WeakHash, nextTypeIndex()); in insertRecordAs()133 auto Result = HashedRecords.try_emplace(WeakHash, Index.toArrayIndex()); in replaceType()
76 HashedRecords.clear(); in reset()121 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