Home
last modified time | relevance | path

Searched refs:IsBatchExpected (Results 1 – 2 of 2) sorted by relevance

/rocksdb-6.9/db/
Dtransaction_log_impl.cc207 bool TransactionLogIteratorImpl::IsBatchExpected( in IsBatchExpected() function in ROCKSDB_NAMESPACE::TransactionLogIteratorImpl
230 if (started_ && !IsBatchExpected(batch.get(), expected_seq)) { in UpdateCurrentWriteBatch()
Dtransaction_log_impl.h121 bool IsBatchExpected(const WriteBatch* batch, SequenceNumber expected_seq);