Home
last modified time | relevance | path

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

/rocksdb-6.9/db/
Dtransaction_log_impl.cc74 result.writeBatchPtr = std::move(current_batch_); in GetBatch()
297 current_batch_ = std::move(batch); in UpdateCurrentWriteBatch()
Dtransaction_log_impl.h87 std::unique_ptr<WriteBatch> current_batch_; variable