Lines Matching refs:kNumKeysPerFile
172 const int kNumKeysPerFile = 128; in TEST_F() local
182 options.memtable_factory.reset(new SpecialSkipListFactory(kNumKeysPerFile)); in TEST_F()
239 const int kNumKeysPerFile = 128; in TEST_F() local
250 options.memtable_factory.reset(new SpecialSkipListFactory(kNumKeysPerFile)); in TEST_F()
431 const int kNumKeysPerFile = 1024; in TEST_P() local
436 options.memtable_factory.reset(new SpecialSkipListFactory(kNumKeysPerFile)); in TEST_P()
478 for (size_t j = 0; j != (kNumKeysPerFile - 1) / kNumTimestamps; ++j) { in TEST_P()
492 for (size_t j = 0; j != (kNumKeysPerFile - 1) / kNumTimestamps; ++j) { in TEST_P()
537 const int kNumKeysPerFile = 1024; in TEST_P() local
539 const size_t kNumKeysPerTimestamp = (kNumKeysPerFile - 1) / kNumTimestamps; in TEST_P()
544 options.memtable_factory.reset(new SpecialSkipListFactory(kNumKeysPerFile)); in TEST_P()
653 const int kNumKeysPerFile = 8192; in TEST_F() local
655 const size_t kNumKeysPerTimestamp = (kNumKeysPerFile - 1) / kNumTimestamps; in TEST_F()
659 options.memtable_factory.reset(new SpecialSkipListFactory(kNumKeysPerFile)); in TEST_F()
766 const size_t kNumKeysPerFile = 128; in TEST_P() local
776 options.memtable_factory.reset(new SpecialSkipListFactory(kNumKeysPerFile)); in TEST_P()