Home
last modified time | relevance | path

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

/rocksdb-6.9/utilities/blob_db/
Dblob_db_impl.cc1018 std::string index_entry; in PutBlobValue() local
1030 index_entry); in PutBlobValue()
1059 &index_entry); in PutBlobValue()
1070 index_entry); in PutBlobValue()
1281 std::string* index_entry) { in AppendBlob() argument
1361 Status s = blob_index.DecodeFrom(index_entry); in GetBlobValue()
1587 PinnableSlice index_entry; in GetImpl() local
1592 get_impl_options.value = &index_entry; in GetImpl()
1601 s = GetBlobValue(key, index_entry, value, expiration); in GetImpl()
1604 value->PinSelf(index_entry); in GetImpl()
[all …]
Dblob_db_impl.h178 Status TEST_GetBlobValue(const Slice& key, const Slice& index_entry,
224 Status GetBlobValue(const Slice& key, const Slice& index_entry,
259 std::string* index_entry);
/rocksdb-6.9/utilities/write_batch_with_index/
Dwrite_batch_with_index.cc545 auto* index_entry = in AddNewEntry() local
548 skip_list.Insert(index_entry); in AddNewEntry()