Searched refs:ExtractInternalKeyFooter (Results 1 – 3 of 3) sorted by relevance
30 auto a_footer = ExtractInternalKeyFooter(a.Encode()); in sstableKeyCompare()31 auto b_footer = ExtractInternalKeyFooter(b.Encode()); in sstableKeyCompare()
1295 ExtractInternalKeyFooter(meta->smallest.Encode()) != in FinishCompactionOutputFile()
177 inline uint64_t ExtractInternalKeyFooter(const Slice& internal_key) { in ExtractInternalKeyFooter() function184 uint64_t num = ExtractInternalKeyFooter(internal_key); in ExtractValueType()