Home
last modified time | relevance | path

Searched refs:Key1 (Results 1 – 2 of 2) sorted by relevance

/rocksdb-6.9/db/
Ddb_with_timestamp_basic_test.cc28 static std::string Key1(uint64_t k) { in Key1() function in ROCKSDB_NAMESPACE::DBBasicTestWithTimestampBase
218 std::string lb_str = Key1(l); in TEST_F()
220 std::string ub_str = Key1(r); in TEST_F()
479 ASSERT_OK(Put(cf, Key1(j), in TEST_P()
610 ASSERT_OK(Put(cf, Key1(j), in TEST_P()
683 key_vals.push_back(Key1(j)); in TEST_F()
715 batch.Put(handles_[cf], Key1(j), in TEST_F()
817 iter->Seek(Key1(kMaxKey)); in TEST_P()
828 8 * (Key1(0).size() - pe->Transform(Key1(0)).size()); in TEST_P()
838 std::string start_key = Key1(targets[j]); in TEST_P()
[all …]
Dmanual_compaction_test.cc27 std::string Key1(int i) { in Key1() function
34 return Key1(i) + "_xxx"; in Key2()
138 batch.Put(Key1(i), "value for range 1 key"); in TEST_F()
157 std::string start_key = Key1(0); in TEST_F()
158 std::string end_key = Key1(kNumKeys - 1); in TEST_F()