Home
last modified time | relevance | path

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

/rocksdb-6.9/db_stress_tool/
Ddb_stress_test_base.h115 uint32_t GetRangeHash(ThreadState* thread, const Snapshot* snapshot,
Ddb_stress_test_base.cc1571 GetRangeHash(thread, pre_snapshot, column_family, start_key, end_key); in TestCompactRange()
1583 GetRangeHash(thread, pre_snapshot, column_family, start_key, end_key); in TestCompactRange()
1597 uint32_t StressTest::GetRangeHash(ThreadState* thread, const Snapshot* snapshot, in GetRangeHash() function in ROCKSDB_NAMESPACE::StressTest