Searched defs:GetWriteBatch (Results 1 – 3 of 3) sorted by relevance
| /rocksdb-6.9/include/rocksdb/ | ||
| D | write_batch.h | 323 WriteBatch* GetWriteBatch() override { return this; } in GetWriteBatch() function |
| /rocksdb-6.9/utilities/transactions/ | ||
| D | transaction_base.cc | 591 WriteBatchWithIndex* TransactionBaseImpl::GetWriteBatch() { in GetWriteBatch() function in ROCKSDB_NAMESPACE::TransactionBaseImpl |
| /rocksdb-6.9/utilities/write_batch_with_index/ | ||
| D | write_batch_with_index.cc | 646 WriteBatch* WriteBatchWithIndex::GetWriteBatch() { return &rep->write_batch; } in GetWriteBatch() function in ROCKSDB_NAMESPACE::WriteBatchWithIndex |