Searched refs:tiny_cache_ (Results 1 – 3 of 3) sorted by relevance
16 Cache* tiny_cache_; member in leveldb::AutoCompactTest22 tiny_cache_ = NewLRUCache(100); in AutoCompactTest()23 options_.block_cache = tiny_cache_; in AutoCompactTest()33 delete tiny_cache_; in ~AutoCompactTest()
31 Cache* tiny_cache_; member in leveldb::CorruptionTest36 tiny_cache_ = NewLRUCache(100); in CorruptionTest()38 options_.block_cache = tiny_cache_; in CorruptionTest()51 delete tiny_cache_; in ~CorruptionTest()
366 Cache* tiny_cache_; member in leveldb::FaultInjectionTest372 tiny_cache_(NewLRUCache(100)), in FaultInjectionTest()379 options_.block_cache = tiny_cache_; in FaultInjectionTest()386 delete tiny_cache_; in ~FaultInjectionTest()