Home
last modified time | relevance | path

Searched defs:throwNoSuchElementException (Results 1 – 2 of 2) sorted by relevance

/compose/ui/ui-util/src/commonMain/kotlin/androidx/compose/ui/util/
DListUtils.kt614 internal fun throwNoSuchElementException(message: String): Nothing { in throwNoSuchElementException() method
/compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/collection/
DMutableVector.kt331 internal inline fun throwNoSuchElementException(): Nothing = in <lambda>() method
335 internal fun throwNoSuchElementException(message: String): Nothing { in <lambda>() method