Lines Matching refs:smallest
168 InternalKey* smallest, in GetRange() argument
172 smallest->Clear(); in GetRange()
179 *smallest = f->smallest; in GetRange()
182 if (icmp_->Compare(f->smallest, *smallest) < 0) { in GetRange()
183 *smallest = f->smallest; in GetRange()
191 *smallest = inputs[0]->smallest; in GetRange()
198 InternalKey* smallest, in GetRange() argument
202 GetRange(inputs2, smallest, largest); in GetRange()
204 GetRange(inputs1, smallest, largest); in GetRange()
209 *smallest = in GetRange()
216 InternalKey* smallest, in GetRange() argument
227 *smallest = current_smallest; in GetRange()
231 if (icmp_->Compare(current_smallest, *smallest) < 0) { in GetRange()
232 *smallest = current_smallest; in GetRange()
256 InternalKey smallest, largest; in ExpandInputsToCleanCut() local
265 GetRange(*inputs, &smallest, &largest); in ExpandInputsToCleanCut()
267 vstorage->GetOverlappingInputs(level, &smallest, &largest, &inputs->files, in ExpandInputsToCleanCut()
314 InternalKey smallest, largest; in FilesRangeOverlapWithCompaction() local
315 GetRange(inputs, &smallest, &largest); in FilesRangeOverlapWithCompaction()
316 return RangeOverlapWithCompaction(smallest.user_key(), largest.user_key(), in FilesRangeOverlapWithCompaction()
420 const InternalKey* smallest, in IsRangeInCompaction() argument
426 vstorage->GetOverlappingInputs(level, smallest, largest, &inputs, in IsRangeInCompaction()
461 InternalKey smallest, largest; in SetupOtherInputs() local
464 GetRange(*inputs, &smallest, &largest); in SetupOtherInputs()
468 vstorage->GetOverlappingInputs(output_level, &smallest, &largest, in SetupOtherInputs()
1109 InternalKey smallest, largest; in GetOverlappingL0Files() local
1110 GetRange(*start_level_inputs, &smallest, &largest); in GetOverlappingL0Files()
1115 vstorage->GetOverlappingInputs(0, &smallest, &largest, in GetOverlappingL0Files()
1121 GetRange(*start_level_inputs, &smallest, &largest); in GetOverlappingL0Files()
1122 if (IsRangeInCompaction(vstorage, &smallest, &largest, output_level, in GetOverlappingL0Files()