Home
last modified time | relevance | path

Searched refs:Exists (Results 1 – 3 of 3) sorted by relevance

/rocksdb-6.9/db_stress_tool/
Dno_batched_ops_stress.cc312 (FLAGS_use_merge || shared->Exists(rand_column_family, rand_key))) { in TestPut()
394 !shared->Exists(rand_column_family, rand_key)) { in TestDelete()
Ddb_stress_shared_state.h295 bool Exists(int cf, int64_t key) { in Exists() function
Ddb_stress_test_base.cc1234 bool exists = thread->shared->Exists(rand_column_families[i], rand_keys[i]); in TestBackupRestore()
1357 thread->shared->Exists(rand_column_families[i], rand_keys[i]); in TestCheckpoint()