Searched defs:cleaner (Results 1 – 4 of 4) sorted by relevance
91 if (auto cleaner = maybeCleaner.lock()) { in getOrCacheMemory() local110 auto cleaner = std::make_shared<const Cleanup>(std::move(cleanup)); in getOrCacheMemory() local126 if (auto cleaner = maybeCleaner.lock()) { in getMemoryIfAvailable() local
137 if (auto cleaner = mCacheCleaner.at(slot).lock()) { in cacheMemory() local160 auto cleaner = std::make_shared<const Cleanup>(std::move(cleanup)); in cacheMemory() local
716 auto cleaner = [&]() { in RunVerifyFnInsideTempMount() local
3610 auto cleaner = make_scope_guard([&]() { in TEST_F() local