Home
last modified time | relevance | path

Searched refs:checkElementIndex (Results 1 – 7 of 7) sorted by relevance

/compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/external/kotlinx/collections/immutable/implementations/immutableList/
DSmallPersistentVector.kt10 …ompose.runtime.external.kotlinx.collections.immutable.internal.ListImplementation.checkElementIndex
117 checkElementIndex(index, size) in removeAt()
146 checkElementIndex(index, size) in get()
152 checkElementIndex(index, size) in set()
DPersistentVector.kt9 …ompose.runtime.external.kotlinx.collections.immutable.internal.ListImplementation.checkElementIndex
151 checkElementIndex(index, size) in removeAt()
297 checkElementIndex(index, size) in get()
304 checkElementIndex(index, size) in set()
DPersistentVectorBuilder.kt9 …ompose.runtime.external.kotlinx.collections.immutable.internal.ListImplementation.checkElementIndex
517 checkElementIndex(index, size) in get()
539 checkElementIndex(index, size) in removeAt()
922 checkElementIndex(index, size) in set()
/compose/ui/ui/src/androidInstrumentedTest/kotlin/androidx/compose/ui/viewinterop/
DVelocityTrackingParityTest.kt592 private fun checkElementIndex(index: Int, size: Int): Int { in checkElementIndex() method in SwiperWithTime
593 return checkElementIndex(index, size, "index") in checkElementIndex()
597 private fun checkElementIndex(index: Int, size: Int, desc: String): Int { in checkElementIndex() method in SwiperWithTime
616 checkElementIndex(1, start.size) in interpolate()
617 checkElementIndex(1, end.size) in interpolate()
/compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/external/kotlinx/collections/immutable/internal/
DListImplementation.kt13 internal fun checkElementIndex(index: Int, size: Int) { in checkElementIndex() method
/compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/external/kotlinx/collections/immutable/
DImmutableList.kt41 ListImplementation.checkElementIndex(index, _size) in subList()
/compose/runtime/runtime/src/androidMain/
Dbaseline-prof.txt236 …xternal/kotlinx/collections/immutable/internal/ListImplementation;->checkElementIndex$runtime_rele…