Searched refs:FakeContentCacheForRecovery (Results 1 – 2 of 2) sorted by relevance
480 if (!FakeContentCacheForRecovery) { in getFakeContentCacheForRecovery()481 FakeContentCacheForRecovery = std::make_unique<SrcMgr::ContentCache>(); in getFakeContentCacheForRecovery()482 FakeContentCacheForRecovery->setUnownedBuffer(getFakeBufferForRecovery()); in getFakeContentCacheForRecovery()484 return *FakeContentCacheForRecovery; in getFakeContentCacheForRecovery()
768 mutable std::unique_ptr<SrcMgr::ContentCache> FakeContentCacheForRecovery; variable