Searched refs:checkPositionIndex (Results 1 – 4 of 4) sorted by relevance
| /compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/external/kotlinx/collections/immutable/implementations/immutableList/ |
| D | SmallPersistentVector.kt | 11 …mpose.runtime.external.kotlinx.collections.immutable.internal.ListImplementation.checkPositionIndex 80 checkPositionIndex(index, size) in addAll() 95 checkPositionIndex(index, size) in add() 139 checkPositionIndex(index, size) in listIterator()
|
| D | PersistentVector.kt | 10 …mpose.runtime.external.kotlinx.collections.immutable.internal.ListImplementation.checkPositionIndex 86 checkPositionIndex(index, size) in add() 275 checkPositionIndex(index, size) in listIterator()
|
| D | PersistentVectorBuilder.kt | 10 …mpose.runtime.external.kotlinx.collections.immutable.internal.ListImplementation.checkPositionIndex 265 checkPositionIndex(index, size) in add() 338 checkPositionIndex(index, size) in addAll() 973 checkPositionIndex(index, size) in listIterator() 982 checkPositionIndex(index, leafCount) in leafBufferIterator()
|
| /compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/external/kotlinx/collections/immutable/internal/ |
| D | ListImplementation.kt | 20 internal fun checkPositionIndex(index: Int, size: Int) { in checkPositionIndex() method
|