Home
last modified time | relevance | path

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

/rocksdb-6.9/db_stress_tool/
Dcf_consistency_stress.cc249 ReadOptions ro_copy = readoptions; in TestPrefixScan() local
254 ro_copy.iterate_upper_bound = &ub_slice; in TestPrefixScan()
259 Iterator* iter = db_->NewIterator(ro_copy, cfh); in TestPrefixScan()
Dno_batched_ops_stress.cc273 ReadOptions ro_copy = read_opts; in TestPrefixScan() local
279 ro_copy.iterate_upper_bound = &ub_slice; in TestPrefixScan()
282 Iterator* iter = db_->NewIterator(ro_copy, cfh); in TestPrefixScan()