Searched refs:statCacheOwner (Results 1 – 1 of 1) sorted by relevance
241 auto statCacheOwner = llvm::make_unique<FakeStatCache>(); in TEST_F() local242 auto *statCache = statCacheOwner.get(); in TEST_F()243 manager.addStatCache(std::move(statCacheOwner)); in TEST_F()