Lines Matching refs:num_levels_
31 num_levels_ = std::get<0>(GetParam()); in SetUp()
34 int num_levels_; member in ROCKSDB_NAMESPACE::DBTestUniversalCompactionBase
131 options.num_levels = num_levels_; in TEST_P()
169 options.num_levels = num_levels_; in TEST_P()
238 options.num_levels = num_levels_; in TEST_P()
256 if (num_levels_ > 3) { in TEST_P()
344 options.num_levels = num_levels_; in TEST_P()
678 options.num_levels = num_levels_; in TEST_P()
766 options.num_levels = num_levels_; in TEST_P()
826 options.num_levels = num_levels_; in TEST_P()
952 options.num_levels = num_levels_; in TEST_P()
988 options.num_levels = num_levels_; in TEST_P()
1071 options.num_levels = num_levels_; in TEST_P()
1138 options.num_levels = num_levels_; in TEST_P()
1694 if (num_levels_ == 1) { in TEST_P()
1703 options.num_levels = num_levels_; in TEST_P()
1743 ASSERT_GT(NumTableFilesAtLevel(num_levels_ - 1), 0); in TEST_P()
1761 options.num_levels = num_levels_; in TEST_P()
1799 opts.num_levels = num_levels_; in TEST_P()
1809 ASSERT_EQ(NumTableFilesAtLevel(num_levels_ - 1), 1); in TEST_P()
1813 ASSERT_EQ(1, cf_meta.levels[num_levels_ - 1].files.size()); in TEST_P()
1815 cf_meta.levels[num_levels_ - 1].files[0].name; in TEST_P()
1826 {first_sst_filename}, num_levels_ - 1)); in TEST_P()
1859 options.num_levels = num_levels_; in TEST_P()