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