Searched refs:EmitPhysicalRecord (Results 1 – 5 of 5) sorted by relevance
| /rocksdb-6.9/utilities/blob_db/ |
| D | blob_log_writer.cc | 88 Status s = EmitPhysicalRecord(buf, key, val, key_offset, blob_offset); in AddRecord() 100 Status s = EmitPhysicalRecord(buf, key, val, key_offset, blob_offset); in AddRecord() 113 Status Writer::EmitPhysicalRecord(const std::string& headerbuf, in EmitPhysicalRecord() function in ROCKSDB_NAMESPACE::blob_db::Writer
|
| D | blob_log_writer.h | 57 Status EmitPhysicalRecord(const std::string& headerbuf, const Slice& key,
|
| D | blob_db_impl.cc | 1294 s = writer->EmitPhysicalRecord(headerbuf, key, value, &key_offset, in AppendBlob()
|
| /rocksdb-6.9/db/ |
| D | log_writer.cc | 100 s = EmitPhysicalRecord(type, ptr, fragment_length); in AddRecord() 117 IOStatus Writer::EmitPhysicalRecord(RecordType t, const char* ptr, size_t n) { in EmitPhysicalRecord() function in ROCKSDB_NAMESPACE::log::Writer
|
| D | log_writer.h | 107 IOStatus EmitPhysicalRecord(RecordType type, const char* ptr, size_t length);
|