Home
last modified time | relevance | path

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

/rocksdb-6.9/utilities/write_batch_with_index/
Dwrite_batch_with_index_internal.h27 struct WriteBatchIndexEntry { struct
28 WriteBatchIndexEntry(size_t o, uint32_t c, size_t ko, size_t ksz) in WriteBatchIndexEntry() argument
42 WriteBatchIndexEntry(const Slice* _search_key, uint32_t _column_family, in WriteBatchIndexEntry() argument
103 int operator()(const WriteBatchIndexEntry* entry1, argument
104 const WriteBatchIndexEntry* entry2) const;
Dwrite_batch_with_index.cc342 typedef SkipList<WriteBatchIndexEntry*, const WriteBatchEntryComparator&>
360 const WriteBatchIndexEntry* iter_entry = skip_list_iter_.key(); in Valid()
366 WriteBatchIndexEntry search_entry( in SeekToFirst()
373 WriteBatchIndexEntry search_entry( in SeekToLast()
385 WriteBatchIndexEntry search_entry(&key, column_family_id_, in Seek()
392 WriteBatchIndexEntry search_entry(&key, column_family_id_, in SeekForPrev()
405 const WriteBatchIndexEntry* iter_entry = skip_list_iter_.key(); in Entry()
424 const WriteBatchIndexEntry* GetRawEntry() const { in GetRawEntry()
505 WriteBatchIndexEntry* non_const_entry = in UpdateExistingEntryWithCfId()
506 const_cast<WriteBatchIndexEntry*>(iter.GetRawEntry()); in UpdateExistingEntryWithCfId()
[all …]
Dwrite_batch_with_index_internal.cc103 const WriteBatchIndexEntry* entry1, in operator ()()
104 const WriteBatchIndexEntry* entry2) const { in operator ()()