Searched defs:simple_cache (Results 1 – 4 of 4) sorted by relevance
142 disk_cache::SimpleBackendImpl* simple_cache = cache.get(); in Run() local
4148 auto simple_cache = std::make_unique<disk_cache::SimpleBackendImpl>( in TEST_F() local4319 disk_cache::SimpleBackendImpl* simple_cache = in TEST_F() local
592 auto simple_cache = std::make_unique<disk_cache::SimpleBackendImpl>( in TEST_F() local
141 def simple_cache(func): function