Searched refs:index_entry (Results 1 – 3 of 3) sorted by relevance
1018 std::string index_entry; in PutBlobValue() local1030 index_entry); in PutBlobValue()1059 &index_entry); in PutBlobValue()1070 index_entry); in PutBlobValue()1281 std::string* index_entry) { in AppendBlob() argument1361 Status s = blob_index.DecodeFrom(index_entry); in GetBlobValue()1587 PinnableSlice index_entry; in GetImpl() local1592 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 …]
178 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);
545 auto* index_entry = in AddNewEntry() local548 skip_list.Insert(index_entry); in AddNewEntry()