Home
last modified time | relevance | path

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

/compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/
DSlotTable.kt928 val groupKey in groupEnd() constant in SlotReader
935 fun groupKey(index: Int) = groups.key(index) in groupKey() method
969 fun groupKey(anchor: Anchor) = if (anchor.valid) groups.key(table.anchorIndex(anchor)) else 0 in groupKey() method
1354 fun groupKey(index: Int): Int = groups.key(groupIndexToAddress(index)) in isNode() method
DComposer.kt3148 val groupKey = reader.groupCompositeKeyPart(parent) in compositeKeyOf() constant