Lines Matching refs:Key1
28 static std::string Key1(uint64_t k) { in Key1() function in ROCKSDB_NAMESPACE::DBBasicTestWithTimestampBase
194 Status s = db_->Put(write_opts, Key1(key), "value" + std::to_string(i)); in TEST_F()
205 for (it->Seek(Key1(0)), key = start_keys[i]; it->Valid(); in TEST_F()
207 CheckIterUserEntry(it.get(), Key1(key), "value" + std::to_string(i), in TEST_F()
218 std::string lb_str = Key1(l); in TEST_F()
220 std::string ub_str = Key1(r); in TEST_F()
227 CheckIterUserEntry(it.get(), Key1(key), "value" + std::to_string(i), in TEST_F()
265 Status s = db_->Put(write_opts, Key1(k), "value" + std::to_string(i)); in TEST_F()
286 for (iter->Seek(Key1(kMinKey)); iter->Valid(); iter->Next()) { in TEST_F()
287 CheckIterEntry(iter.get(), Key1(key), expected_seq, kTypeValue, in TEST_F()
479 ASSERT_OK(Put(cf, Key1(j), in TEST_P()
494 ASSERT_OK(db_->Get(ropts, cfh, Key1(j), &value)); in TEST_P()
595 ASSERT_OK(db_->Get(ropts, cfh, Key1(j), &value, ×tamp)); 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()
793 Status s = db_->Put(write_opts, Key1(key), "value" + std::to_string(i)); in TEST_P()
817 iter->Seek(Key1(kMaxKey)); in TEST_P()
818 CheckIterUserEntry(iter.get(), Key1(kMaxKey), "value" + std::to_string(i), 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()
843 it->Seek(Key1(targets[j])); in TEST_P()
853 CheckIterUserEntry(it.get(), Key1(expected_key), in TEST_P()