Searched refs:timestamp_ub_ (Results 1 – 2 of 2) sorted by relevance
75 timestamp_ub_(read_options.timestamp), in DBIter()76 timestamp_size_(timestamp_ub_ ? timestamp_ub_->size() : 0) { in DBIter()431 *timestamp_ub_); in FindNextUserEntryInternal()1106 int cmp_ts = timestamp_ub_ != nullptr in IsVisible()1107 ? user_comparator_.CompareTimestamp(ts, *timestamp_ub_) in IsVisible()1124 saved_key_.SetInternalKey(target, seq, kValueTypeForSeek, timestamp_ub_); in SetSavedKeyToSeekTarget()1133 timestamp_ub_); in SetSavedKeyToSeekTarget()
340 const Slice* const timestamp_ub_; variable