Home
last modified time | relevance | path

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

/rocksdb-6.9/db_stress_tool/
Ddb_stress_test_base.h130 std::vector<std::string> GetWhiteBoxKeys(ThreadState* thread, DB* db,
134 std::vector<std::string> GetWhiteBoxKeys(ThreadState*, DB*, in GetWhiteBoxKeys() function
Ddb_stress_test_base.cc762 std::vector<std::string> StressTest::GetWhiteBoxKeys(ThreadState* thread, in GetWhiteBoxKeys() function in ROCKSDB_NAMESPACE::StressTest
865 key_str = GetWhiteBoxKeys(thread, db_, cfh, rand_keys.size()); in TestIterate()