Home
last modified time | relevance | path

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

/rocksdb-6.9/db/compaction/
Dcompaction.cc30 auto a_footer = ExtractInternalKeyFooter(a.Encode()); in sstableKeyCompare()
31 auto b_footer = ExtractInternalKeyFooter(b.Encode()); in sstableKeyCompare()
Dcompaction_job.cc1295 ExtractInternalKeyFooter(meta->smallest.Encode()) != in FinishCompactionOutputFile()
/rocksdb-6.9/db/
Ddbformat.h177 inline uint64_t ExtractInternalKeyFooter(const Slice& internal_key) { in ExtractInternalKeyFooter() function
184 uint64_t num = ExtractInternalKeyFooter(internal_key); in ExtractValueType()