Searched refs:current_user_key_snapshot_ (Results 1 – 2 of 2) sorted by relevance
83 current_user_key_snapshot_(0), in CompactionIterator()260 current_user_key_snapshot_ = 0; in NextFromInput()293 current_user_key_snapshot_ = 0; in NextFromInput()337 SequenceNumber last_snapshot = current_user_key_snapshot_; in NextFromInput()339 current_user_key_snapshot_ = in NextFromInput()356 assert(current_user_key_snapshot_ == last_snapshot); in NextFromInput()357 if (current_user_key_snapshot_ != last_snapshot) { in NextFromInput()361 current_user_key_snapshot_, last_snapshot); in NextFromInput()492 } else if (last_snapshot == current_user_key_snapshot_ || in NextFromInput()494 last_snapshot < current_user_key_snapshot_)) { in NextFromInput()
200 SequenceNumber current_user_key_snapshot_; variable