Home
last modified time | relevance | path

Searched refs:GetBlobValue (Results 1 – 3 of 3) sorted by relevance

/rocksdb-6.9/utilities/blob_db/
Dblob_db_iterator.h123 Status s = blob_db_->GetBlobValue(iter_->key(), iter_->value(), &value_); in UpdateBlobValue()
Dblob_db_impl.h224 Status GetBlobValue(const Slice& key, const Slice& index_entry,
Dblob_db_impl.cc1356 Status BlobDBImpl::GetBlobValue(const Slice& key, const Slice& index_entry, in GetBlobValue() function in ROCKSDB_NAMESPACE::blob_db::BlobDBImpl
1601 s = GetBlobValue(key, index_entry, value, expiration); in GetImpl()
2041 return GetBlobValue(key, index_entry, value); in TEST_GetBlobValue()