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