Home
last modified time | relevance | path

Searched refs:SetContents (Results 1 – 9 of 9) sorted by relevance

/rocksdb-6.9/db/
Dwrite_batch_internal.h142 static Status SetContents(WriteBatch* batch, const Slice& contents);
Dtransaction_log_impl.cc226 WriteBatchInternal::SetContents(batch.get(), record); in UpdateCurrentWriteBatch()
Dwal_manager.cc497 WriteBatchInternal::SetContents(&batch, record); in ReadFirstLine()
Drepair.cc385 WriteBatchInternal::SetContents(&batch, record); in ConvertLogToTable()
Dwrite_batch_test.cc163 WriteBatchInternal::SetContents(&batch, in TEST_F()
Dwrite_batch.cc2049 Status WriteBatchInternal::SetContents(WriteBatch* b, const Slice& contents) { in SetContents() function in ROCKSDB_NAMESPACE::WriteBatchInternal
/rocksdb-6.9/db/db_impl/
Ddb_impl_secondary.cc211 WriteBatchInternal::SetContents(&batch, record); in RecoverLogFiles()
Ddb_impl_open.cc839 WriteBatchInternal::SetContents(&batch, record); in RecoverLogFiles()
/rocksdb-6.9/tools/
Dldb_cmd.cc2246 WriteBatchInternal::SetContents(&batch, record); in DumpWalFile()