Lines Matching refs:smallestkey

811   if (c->Compare(a.smallestkey, b.smallestkey) >= 0) {  in HaveOverlappingKeyRanges()
812 if (c->Compare(a.smallestkey, b.largestkey) <= 0) { in HaveOverlappingKeyRanges()
816 } else if (c->Compare(a.largestkey, b.smallestkey) >= 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()
842 std::string smallestkey; in SanitizeCompactionInputFilesForAllLevels() local
869 smallestkey = current_files[f].smallestkey; in SanitizeCompactionInputFilesForAllLevels()
885 current_files[first_included].smallestkey) < in SanitizeCompactionInputFilesForAllLevels()
893 if (comparator->Compare(current_files[last_included + 1].smallestkey, in SanitizeCompactionInputFilesForAllLevels()
916 if (comparator->Compare(smallestkey, current_files[f].smallestkey) > in SanitizeCompactionInputFilesForAllLevels()
918 smallestkey = current_files[f].smallestkey; in SanitizeCompactionInputFilesForAllLevels()
925 if (comparator->Compare(smallestkey, in SanitizeCompactionInputFilesForAllLevels()
926 current_files[first_included].smallestkey) > 0) { in SanitizeCompactionInputFilesForAllLevels()
927 smallestkey = current_files[first_included].smallestkey; in SanitizeCompactionInputFilesForAllLevels()
936 aggregated_file_meta.smallestkey = smallestkey; in SanitizeCompactionInputFilesForAllLevels()
960 if (RangeOverlapWithCompaction(smallestkey, largestkey, output_level)) { in SanitizeCompactionInputFilesForAllLevels()