Searched refs:setNextStatCache (Results 1 – 2 of 2) sorted by relevance
67 statCache->setNextStatCache(std::move(StatCache)); in addStatCache()76 LastCache->setNextStatCache(std::move(statCache)); in addStatCache()95 PrevCache->setNextStatCache(statCache->takeNextStatCache()); in removeStatCache()
77 void setNextStatCache(std::unique_ptr<FileSystemStatCache> Cache) { in setNextStatCache() function