Home
last modified time | relevance | path

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

/compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/
DSlotTable.kt1792 fun startData(key: Int, objectKey: Any?, aux: Any?) = in startGroup() method
1796 fun startData(key: Int, aux: Any?) = startGroup(key, Composer.Empty, isNode = false, aux = aux) in startGroup() method
3087 val startData = groups.slotIndex(address) in groupAsString() constant