Home
last modified time | relevance | path

Searched refs:writeBatchPtr (Results 1 – 5 of 5) sorted by relevance

/rocksdb-6.9/include/rocksdb/
Dtransaction_log.h58 std::unique_ptr<WriteBatch> writeBatchPtr; member
73 writeBatchPtr(std::move(bResult.writeBatchPtr)) {} in BatchResult()
77 writeBatchPtr = std::move(bResult.writeBatchPtr);
/rocksdb-6.9/db/
Ddb_log_iter_test.cc270 res.writeBatchPtr->Iterate(&handler); in TEST_F()
Dtransaction_log_impl.cc74 result.writeBatchPtr = std::move(current_batch_); in GetBatch()
Dc.cc1044 result->rep = std::move(*wal_batch.writeBatchPtr); in rocksdb_wal_iter_get_batch()
/rocksdb-6.9/java/rocksjni/
Dportal.h4381 batch_result.sequence, batch_result.writeBatchPtr.get()); in construct()
4387 batch_result.writeBatchPtr.release(); in construct()