Home | History | Annotate | Download | only in writer

Lines Matching refs:maxIndex

323         val indexStart = maxIndex() + 1
393 fun maxIndex() : kotlin.Int {
394 val maxIndex = indices.values().max()
395 if (maxIndex == null) {
398 return maxIndex
403 val bindingCount = maxIndex() + 1