Lines Matching refs:GetCapacity
534 ASSERT_EQ(new_opt.block_cache->GetCapacity(), 1024UL*1024UL); in TEST_F()
536 ASSERT_EQ(new_opt.block_cache_compressed->GetCapacity(), 1024UL); in TEST_F()
600 ASSERT_EQ(new_opt.block_cache->GetCapacity(), 1024UL*1024UL); in TEST_F()
607 ASSERT_EQ(new_opt.block_cache_compressed->GetCapacity(), 1024UL*1024UL); in TEST_F()
622 ASSERT_EQ(new_opt.block_cache->GetCapacity(), 2*1024UL*1024UL); in TEST_F()
626 GetDefaultCacheShardBits(new_opt.block_cache->GetCapacity())); in TEST_F()
632 ASSERT_EQ(new_opt.block_cache_compressed->GetCapacity(), 2*1024UL*1024UL); in TEST_F()
637 new_opt.block_cache_compressed->GetCapacity())); in TEST_F()
650 ASSERT_EQ(new_opt.block_cache->GetCapacity(), 0); in TEST_F()
657 ASSERT_EQ(new_opt.block_cache_compressed->GetCapacity(), 0); in TEST_F()
673 ASSERT_EQ(new_opt.block_cache->GetCapacity(), 1024UL*1024UL); in TEST_F()
681 ASSERT_EQ(new_opt.block_cache_compressed->GetCapacity(), 1024UL*1024UL); in TEST_F()
817 ASSERT_EQ(new_block_based_table_options.block_cache->GetCapacity(), 1U << 20); in TEST_F()
1105 ASSERT_EQ(table_opt.block_cache->GetCapacity(), 8UL << 20); in TEST_F()