Home
last modified time | relevance | path

Searched refs:new_blob_offset (Results 1 – 2 of 2) sorted by relevance

/rocksdb-6.9/utilities/blob_db/
Dblob_compaction_filter.cc134 uint64_t new_blob_offset = 0; in PrepareBlobOutput() local
135 if (!WriteBlobToNewFile(key, blob, &new_blob_file_number, &new_blob_offset)) { in PrepareBlobOutput()
145 BlobIndex::EncodeBlob(new_value, new_blob_file_number, new_blob_offset, in PrepareBlobOutput()
205 uint64_t* new_blob_offset) const { in WriteBlobToNewFile()
207 assert(new_blob_offset); in WriteBlobToNewFile()
215 new_blob_offset); in WriteBlobToNewFile()
Dblob_compaction_filter.h103 uint64_t* new_blob_offset) const;