Home
last modified time | relevance | path

Searched defs:removeLast (Results 1 – 4 of 4) sorted by relevance

/compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/collection/
DMultiValueMap.kt73 fun removeLast(key: K): V? = in <lambda>() method
DExtensions.kt67 internal fun <T> MutableObjectList<T>.removeLast(): T { in removeLast() method
/compose/ui/ui-inspection/src/main/java/androidx/compose/ui/inspection/util/
DCollectionUtil.kt24 fun MutableIntList.removeLast() { in MutableIntList() method
/compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/
DRecomposer.kt1810 fun removeLast(key: MovableContent<Any?>) = in removeLast() method in NestedContentMap