Home
last modified time | relevance | path

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

/rocksdb-6.9/utilities/write_batch_with_index/
Dwrite_batch_with_index_internal.h98 WriteBatchEntryComparator(const Comparator* _default_comparator, in WriteBatchEntryComparator() argument
100 : default_comparator_(_default_comparator), write_batch_(write_batch) {} in WriteBatchEntryComparator()