Home
last modified time | relevance | path

Searched defs:RangeWithSize (Results 1 – 1 of 1) sorted by relevance

/rocksdb-6.9/db/compaction/
Dcompaction_job.cc430 struct RangeWithSize { struct
431 Range range;
432 uint64_t size;
434 RangeWithSize(const Slice& a, const Slice& b, uint64_t s = 0) in RangeWithSize() function