Searched defs:simple_cache (Results 1 – 4 of 4) sorted by relevance
144 disk_cache::SimpleBackendImpl* simple_cache = cache.get(); in Run() local
4111 auto simple_cache = std::make_unique<disk_cache::SimpleBackendImpl>( in TEST_F() local4280 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