Searched refs:current_batch_ (Results 1 – 2 of 2) sorted by relevance
74 result.writeBatchPtr = std::move(current_batch_); in GetBatch()297 current_batch_ = std::move(batch); in UpdateCurrentWriteBatch()
87 std::unique_ptr<WriteBatch> current_batch_; variable