Home
last modified time | relevance | path

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

/compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/snapshots/
DSnapshotStateSet.kt41 firstStateRecord = value as StateSetStateRecord<T> in prependStateRecord()
65 internal val readable: StateSetStateRecord<T>
66 get() = (firstStateRecord as StateSetStateRecord<T>).readable(this)
69 internal class StateSetStateRecord<T> class in androidx.compose.runtime.snapshots.SnapshotStateSet
77 set = (value as StateSetStateRecord<T>).set in assign()
82 override fun create(): StateRecord = StateSetStateRecord(currentSnapshot().snapshotId, set) in create()
85 StateSetStateRecord(snapshotId, set) in create()
101 (firstStateRecord as StateSetStateRecord<T>).withCurrent { in create()
134 private inline fun <R> writable(block: StateSetStateRecord<T>.() -> R): R = in writable()
136 (firstStateRecord as StateSetStateRecord<T>).writable(this, block) in writable()
[all …]