| /rocksdb-6.9/db/ |
| D | version_set_test.cc | 722 s = (*log_writer)->AddRecord(record); in PrepareManifest() 1357 s = (*log_writer)->AddRecord(record); in PrepareManifest() 1367 s = (*log_writer)->AddRecord(record); in PrepareManifest() 1430 s = (*log_writer)->AddRecord(record); in PrepareManifest() 1484 s = log_writer_->AddRecord(record); in TEST_P() 1530 s = log_writer_->AddRecord(record); in TEST_P() 1576 s = log_writer_->AddRecord(record); in TEST_P() 1587 s = log_writer_->AddRecord(record); in TEST_P() 1633 s = log_writer_->AddRecord(record); in TEST_P() 1643 s = log_writer_->AddRecord(record); in TEST_P() [all …]
|
| D | wal_manager_test.cc | 72 current_log_writer_->AddRecord(WriteBatchInternal::Contents(&batch)); in Put() 143 writer.AddRecord(WriteBatchInternal::Contents(&batch)); in TEST_F()
|
| D | log_test.cc | 194 writer_.AddRecord(Slice(msg)); in Write() 694 recycle_writer.AddRecord(Slice("foooo")); in TEST_P() 695 recycle_writer.AddRecord(Slice("bar")); in TEST_P() 787 void Encode(const std::string& msg) { log_writer_->AddRecord(Slice(msg)); } in Encode()
|
| D | log_writer.h | 83 IOStatus AddRecord(const Slice& slice);
|
| D | log_writer.cc | 51 IOStatus Writer::AddRecord(const Slice& slice) { in AddRecord() function in ROCKSDB_NAMESPACE::log::Writer
|
| D | flush_job_test.cc | 100 s = log.AddRecord(record); in NewDB() 105 s = log.AddRecord(record); in NewDB()
|
| D | version_set.cc | 3910 io_s = descriptor_log_->AddRecord(record); in ProcessManifestWrites() 5206 IOStatus io_s = log->AddRecord(db_id_record); in WriteCurrentStateToManifest() 5234 IOStatus io_s = log->AddRecord(record); in WriteCurrentStateToManifest() 5266 IOStatus io_s = log->AddRecord(record); in WriteCurrentStateToManifest()
|
| D | db_wal_test.cc | 962 current_log_writer->AddRecord(WriteBatchInternal::Contents(&batch)); in FillData()
|
| /rocksdb-6.9/utilities/blob_db/ |
| D | blob_log_writer.h | 51 Status AddRecord(const Slice& key, const Slice& val, uint64_t* key_offset, 54 Status AddRecord(const Slice& key, const Slice& val, uint64_t expiration,
|
| D | blob_log_writer.cc | 79 Status Writer::AddRecord(const Slice& key, const Slice& val, in AddRecord() function in ROCKSDB_NAMESPACE::blob_db::Writer 92 Status Writer::AddRecord(const Slice& key, const Slice& val, in AddRecord() function in ROCKSDB_NAMESPACE::blob_db::Writer
|
| D | blob_compaction_filter.cc | 214 const Status s = writer_->AddRecord(key, blob, kNoExpiration, &new_key_offset, in WriteBlobToNewFile()
|
| /rocksdb-6.9/table/plain/ |
| D | plain_table_index.cc | 56 void PlainTableIndexBuilder::IndexRecordList::AddRecord(uint32_t hash, in AddRecord() function in ROCKSDB_NAMESPACE::PlainTableIndexBuilder::IndexRecordList 83 record_list_.AddRecord(prev_key_prefix_hash_, key_offset); in AddKeyPrefix()
|
| D | plain_table_index.h | 185 void AddRecord(uint32_t hash, uint32_t offset);
|
| /rocksdb-6.9/db/compaction/ |
| D | compaction_job_test.cc | 280 s = log.AddRecord(record); in NewDB()
|
| /rocksdb-6.9/db/db_impl/ |
| D | db_impl_open.cc | 288 s = log.AddRecord(record); in NewDB()
|
| D | db_impl_write.cc | 1009 IOStatus io_s = log_writer->AddRecord(log_entry); in WriteToWAL()
|