Lines Matching refs:block_cache
157 table_options.block_cache = cache; in TEST_F()
181 table_options.block_cache = cache; in TEST_F()
236 table_options.block_cache = cache; in TEST_F()
354 table_options.block_cache = cache; in TEST_F()
391 table_options.block_cache = cache; in TEST_F()
469 table_options.block_cache.reset(new MockCache()); in TEST_F()
584 table_options.block_cache = NewLRUCache(8 * 1024); in TEST_F()
591 table_options.block_cache = nullptr; in TEST_F()
597 table_options.block_cache = NewLRUCache(1024); in TEST_F()
604 table_options.block_cache = NewLRUCache(1024 * 1024); in TEST_F()
711 table_options.block_cache.reset(new MockCache()); in TEST_F()