Home
last modified time | relevance | path

Searched refs:checkRangeIndexes (Results 1 – 2 of 2) sorted by relevance

/compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/external/kotlinx/collections/immutable/
DImmutableList.kt36 ListImplementation.checkRangeIndexes(fromIndex, toIndex, source.size) in subList()
49 ListImplementation.checkRangeIndexes(fromIndex, toIndex, this._size) in subList()
/compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/external/kotlinx/collections/immutable/internal/
DListImplementation.kt27 internal fun checkRangeIndexes(fromIndex: Int, toIndex: Int, size: Int) { in checkRangeIndexes() method