Lines Matching refs:Key
72 std::string Key(uint64_t key, int length) { in Key() function
358 ASSERT_OK(Put(cf, Slice(Key(key, key_size)), in MakeTableWithKeyValues()
382 ASSERT_OK(Delete(cf, Key(key, key_size))); in SelectivelyDeleteKeys()
394 ASSERT_OK(Delete(cf, Key(smallest+1, key_size))); in SelectivelyDeleteKeys()
397 ASSERT_OK(Delete(cf, Key(smallest-1, key_size))); in SelectivelyDeleteKeys()
401 ASSERT_OK(Delete(cf, Key(smallest-9, key_size))); in SelectivelyDeleteKeys()
687 smallest_key = Key(start_key, 10); in TEST_P()
688 largest_key = Key(start_key + key_base - key_interval, 10); in TEST_P()
704 smallest_key = Key(key_base * (L0_compaction_count + 1), 10); in TEST_P()
705 largest_key = Key(key_base * (kTestScale + 1) - key_interval, 10); in TEST_P()
745 smallest_key = Key(start_key, 10); in TEST_P()
747 Key(start_key + key_base * sparseness - key_interval, 10); in TEST_P()
769 smallest_key = Key(key_base, 10); in TEST_P()
770 largest_key = Key(key_base * (kTestScale + 1) - key_interval, 10); in TEST_P()
773 Key(key_base * (kTestScale + 1 - sparseness), 10), largest_key, in TEST_P()
795 ASSERT_OK(Put(1, Slice(Key(key_base + i, 10)), in TEST_P()
864 const std::string smallest_key = Key(key_base - 10, kKeySize); in TEST_P()
865 const std::string largest_key = Key(largest_key_num + 10, kKeySize); in TEST_P()
917 ASSERT_OK(Put(1, Key(key_base-6, kKeySize), "test")); in TEST_P()
995 Key(smallest_key, 10), in TEST_P()
996 Key(smallest_key + key_base * num_input_units - key_interval, 10), in TEST_P()