Searched refs:CommitBatchInternal (Results 1 – 4 of 4) sorted by relevance
130 virtual Status CommitBatchInternal(WriteBatch* batch,216 Status CommitBatchInternal(WriteBatch* batch, size_t batch_cnt) override;
94 Status CommitBatchInternal(WriteBatch* batch, size_t batch_cnt) override;
132 return CommitBatchInternal(GetWriteBatch()->GetWriteBatch(), batch_cnt); in CommitWithoutPrepareInternal()135 Status WritePreparedTxn::CommitBatchInternal(WriteBatch* batch, in CommitBatchInternal() function in ROCKSDB_NAMESPACE::WritePreparedTxn
157 s = CommitBatchInternal(batch); in CommitBatch()360 Status WriteCommittedTxn::CommitBatchInternal(WriteBatch* batch, size_t) { in CommitBatchInternal() function in ROCKSDB_NAMESPACE::WriteCommittedTxn