Lines Matching defs:ReadOptions
1201 struct ReadOptions { struct
1207 const Snapshot* snapshot;
1219 const Slice* iterate_lower_bound;
1229 const Slice* iterate_upper_bound;
1240 size_t readahead_size;
1246 uint64_t max_skippable_internal_keys;
1252 ReadTier read_tier;
1257 bool verify_checksums;
1264 bool fill_cache;
1272 bool tailing;
1276 bool managed;
1284 bool total_order_seek;
1291 bool auto_prefix_mode;
1299 bool prefix_same_as_start;
1307 bool pin_data;
1313 bool background_purge_on_iterator_cleanup;
1319 bool ignore_range_deletions;
1344 ReadOptions(); argument