Searched refs:HashedRecords (Results 1 – 4 of 4) sorted by relevance
72 HashedRecords.clear(); in reset()91 auto Result = HashedRecords.try_emplace(WeakHash, nextTypeIndex()); in insertRecordAs()132 auto Result = HashedRecords.try_emplace(WeakHash, Index.toArrayIndex()); in replaceType()
75 HashedRecords.clear(); in reset()120 auto Result = HashedRecords.try_emplace(Hash, Index.toArrayIndex()); in replaceType()
40 DenseMap<GloballyHashedType, TypeIndex> HashedRecords; variable79 auto Result = HashedRecords.try_emplace(Hash, nextTypeIndex()); in insertRecordAs()
39 DenseMap<LocallyHashedType, TypeIndex> HashedRecords; variable