Searched refs:current_batch_seq_ (Results 1 – 2 of 2) sorted by relevance
30 current_batch_seq_(0), in TransactionLogIteratorImpl()73 result.sequence = current_batch_seq_; in GetBatch()113 if (strict && current_batch_seq_ != starting_sequence_number_) { in SeekToStartSequence()285 current_batch_seq_ = WriteBatchInternal::Sequence(batch.get()); in UpdateCurrentWriteBatch()287 BatchCounter counter(current_batch_seq_); in UpdateCurrentWriteBatch()292 current_batch_seq_ + WriteBatchInternal::Count(batch.get()) - 1; in UpdateCurrentWriteBatch()
104 current_batch_seq_; // sequence number at start of current batch variable