Home
last modified time | relevance | path

Searched refs:InsertNoop (Results 1 – 8 of 8) sorted by relevance

/rocksdb-6.9/utilities/transactions/
Dwrite_prepared_txn.cc222 WriteBatchInternal::InsertNoop(&empty_batch); in CommitInternal()
407 WriteBatchInternal::InsertNoop(&empty_batch); in RollbackInternal()
Dwrite_unprepared_txn.cc622 WriteBatchInternal::InsertNoop(&empty_batch); in CommitInternal()
773 WriteBatchInternal::InsertNoop(&empty_batch); in RollbackInternal()
Dtransaction_base.h283 WriteBatchInternal::InsertNoop(write_batch_.GetWriteBatch());
Dwrite_prepared_txn_db.cc171 WriteBatchInternal::InsertNoop(batch); in WriteInternal()
/rocksdb-6.9/db/
Dwrite_batch_internal.h115 static Status InsertNoop(WriteBatch* batch);
Dwrite_callback_test.cc315 WriteBatchInternal::InsertNoop(&write_op.write_batch_); in TEST_F()
Dwrite_batch_test.cc393 WriteBatchInternal::InsertNoop(&batch); in TEST_F()
Dwrite_batch.cc846 Status WriteBatchInternal::InsertNoop(WriteBatch* b) { in InsertNoop() function in ROCKSDB_NAMESPACE::WriteBatchInternal