Searched refs:FakeContentCacheForRecovery (Results 1 – 2 of 2) sorted by relevance
496 if (!FakeContentCacheForRecovery) { in getFakeContentCacheForRecovery()497 FakeContentCacheForRecovery = std::make_unique<SrcMgr::ContentCache>(); in getFakeContentCacheForRecovery()498 FakeContentCacheForRecovery->setUnownedBuffer(getFakeBufferForRecovery()); in getFakeContentCacheForRecovery()500 return *FakeContentCacheForRecovery; in getFakeContentCacheForRecovery()
819 mutable std::unique_ptr<SrcMgr::ContentCache> FakeContentCacheForRecovery; variable