Lines Matching refs:largestkey
812 if (c->Compare(a.smallestkey, b.largestkey) <= 0) { in HaveOverlappingKeyRanges()
816 } else if (c->Compare(a.largestkey, b.smallestkey) >= 0) { in HaveOverlappingKeyRanges()
820 if (c->Compare(a.largestkey, b.largestkey) <= 0) { in HaveOverlappingKeyRanges()
821 if (c->Compare(a.largestkey, b.smallestkey) >= 0) { in HaveOverlappingKeyRanges()
825 } else if (c->Compare(a.smallestkey, b.largestkey) <= 0) { in HaveOverlappingKeyRanges()
843 std::string largestkey; in SanitizeCompactionInputFilesForAllLevels() local
870 largestkey = current_files[f].largestkey; in SanitizeCompactionInputFilesForAllLevels()
884 if (comparator->Compare(current_files[first_included - 1].largestkey, in SanitizeCompactionInputFilesForAllLevels()
894 current_files[last_included].largestkey) > 0) { in SanitizeCompactionInputFilesForAllLevels()
920 if (comparator->Compare(largestkey, current_files[f].largestkey) < 0) { in SanitizeCompactionInputFilesForAllLevels()
921 largestkey = current_files[f].largestkey; in SanitizeCompactionInputFilesForAllLevels()
929 if (comparator->Compare(largestkey, in SanitizeCompactionInputFilesForAllLevels()
930 current_files[last_included].largestkey) < 0) { in SanitizeCompactionInputFilesForAllLevels()
931 largestkey = current_files[last_included].largestkey; in SanitizeCompactionInputFilesForAllLevels()
937 aggregated_file_meta.largestkey = largestkey; in SanitizeCompactionInputFilesForAllLevels()
960 if (RangeOverlapWithCompaction(smallestkey, largestkey, output_level)) { in SanitizeCompactionInputFilesForAllLevels()