Searched defs:WriteBatchIndexEntry (Results 1 – 1 of 1) sorted by relevance
27 struct WriteBatchIndexEntry { struct28 WriteBatchIndexEntry(size_t o, uint32_t c, size_t ko, size_t ksz) in WriteBatchIndexEntry() argument42 WriteBatchIndexEntry(const Slice* _search_key, uint32_t _column_family, in WriteBatchIndexEntry() argument56 static const size_t kFlagMinInCf = port::kMaxSizet;58 bool is_min_in_cf() const { in is_min_in_cf()72 size_t offset;73 uint32_t column_family; // c1olumn family of the entry.74 size_t key_offset; // offset of the key in write batch's string buffer.75 size_t key_size; // size of the key. kFlagMinInCf indicates103 int operator()(const WriteBatchIndexEntry* entry1, argument