Searched refs:ScopedTestCache (Results 1 – 4 of 4) sorted by relevance
40 class ScopedTestCache {42 ScopedTestCache();44 explicit ScopedTestCache(const std::string& name);45 ~ScopedTestCache();52 DISALLOW_COPY_AND_ASSIGN(ScopedTestCache);
108 ScopedTestCache::ScopedTestCache() : path_(GetCacheFilePath()) { in ScopedTestCache() function in ScopedTestCache113 ScopedTestCache::ScopedTestCache(const std::string& name) in ScopedTestCache() function in ScopedTestCache119 ScopedTestCache::~ScopedTestCache() { in ~ScopedTestCache()
167 ScopedTestCache test_cache; in TEST_F()222 ScopedTestCache test_cache; in TEST_F()
1923 ScopedTestCache store1; in TEST_F()1924 ScopedTestCache store2("cache_test2"); in TEST_F()1925 ScopedTestCache store3("cache_test3"); in TEST_F()