Searched refs:destroyRef (Results 1 – 1 of 1) sorted by relevance
222 for (const auto& destroyRef : deferredDestructionDataStores_) { in DeferredDestruction() local223 if (auto const pos = factories_.find(destroyRef.dataStoreHash); pos != factories_.end()) { in DeferredDestruction()224 if (auto const storeIt = pointerToStoreHash_.find(destroyRef.instance); in DeferredDestruction()