Lines Matching refs:readoptionscopy
820 ReadOptions readoptionscopy = read_opts; in TestIterate() local
821 readoptionscopy.snapshot = snapshot; in TestIterate()
826 readoptionscopy.total_order_seek = true; in TestIterate()
829 readoptionscopy.total_order_seek = false; in TestIterate()
830 readoptionscopy.auto_prefix_mode = true; in TestIterate()
845 readoptionscopy.iterate_upper_bound = &upper_bound; in TestIterate()
856 readoptionscopy.iterate_lower_bound = &lower_bound; in TestIterate()
860 std::unique_ptr<Iterator> iter(db_->NewIterator(readoptionscopy, cfh)); in TestIterate()
886 if (readoptionscopy.iterate_upper_bound != nullptr && in TestIterate()
894 } else if (readoptionscopy.iterate_lower_bound != nullptr && in TestIterate()
906 op_logs += (readoptionscopy.total_order_seek ? "1 " : "0 "); in TestIterate()
908 op_logs += (readoptionscopy.auto_prefix_mode ? "1 " : "0 "); in TestIterate()
909 if (readoptionscopy.iterate_upper_bound != nullptr) { in TestIterate()
912 if (readoptionscopy.iterate_lower_bound != nullptr) { in TestIterate()
953 VerifyIterator(thread, cmp_cfh, readoptionscopy, iter.get(), cmp_iter.get(), in TestIterate()
975 VerifyIterator(thread, cmp_cfh, readoptionscopy, iter.get(), in TestIterate()