Home
last modified time | relevance | path

Searched refs:GetNextPrefix (Results 1 – 4 of 4) sorted by relevance

/rocksdb-6.9/db_stress_tool/
Dbatched_ops_stress.cc272 GetNextPrefix(prefix_slices[i], &(upper_bounds[i]))) { in TestPrefixScan()
Ddb_stress_common.h343 inline bool GetNextPrefix(const ROCKSDB_NAMESPACE::Slice& src, std::string* v) { in GetNextPrefix() function
Dcf_consistency_stress.cc252 if (GetNextPrefix(prefix, &upper_bound) && thread->rand.OneIn(2)) { in TestPrefixScan()
Dno_batched_ops_stress.cc276 if (GetNextPrefix(prefix, &upper_bound) && thread->rand.OneIn(2)) { in TestPrefixScan()