Lines Matching refs:WriteBatchIndexEntry
342 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()
544 auto* mem = arena.Allocate(sizeof(WriteBatchIndexEntry)); in AddNewEntry()
546 new (mem) WriteBatchIndexEntry(last_entry_offset, column_family_id, in AddNewEntry()