Searched refs:FakeContentCacheForRecovery (Results 1 – 2 of 2) sorted by relevance
488 if (!FakeContentCacheForRecovery) { in getFakeContentCacheForRecovery()489 FakeContentCacheForRecovery = std::make_unique<SrcMgr::ContentCache>(); in getFakeContentCacheForRecovery()490 FakeContentCacheForRecovery->setUnownedBuffer(getFakeBufferForRecovery()); in getFakeContentCacheForRecovery()492 return *FakeContentCacheForRecovery; in getFakeContentCacheForRecovery()
823 mutable std::unique_ptr<SrcMgr::ContentCache> FakeContentCacheForRecovery; variable