Home
last modified time | relevance | path

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

/rocksdb-6.9/db_stress_tool/
Ddb_stress_test_base.cc568 int64_t rand_key = GenerateOneKey(thread, i); in OperateDb()
840 int64_t rand_upper_key = GenerateOneKey(thread, FLAGS_ops_per_thread); in TestIterate()
851 int64_t rand_lower_key = GenerateOneKey(thread, FLAGS_ops_per_thread); in TestIterate()
891 int64_t rand_upper_key = GenerateOneKey(thread, FLAGS_ops_per_thread); in TestIterate()
899 int64_t rand_lower_key = GenerateOneKey(thread, FLAGS_ops_per_thread); in TestIterate()
1277 key2 = GenerateOneKey(thread, iteration); in TestApproximateSize()
Ddb_stress_common.cc162 int64_t GenerateOneKey(ThreadState* thread, uint64_t iteration) { in GenerateOneKey() function
Ddb_stress_common.h502 extern int64_t GenerateOneKey(ThreadState* thread, uint64_t iteration);