Home
last modified time | relevance | path

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

/compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/snapshots/
DSnapshotStateList.kt46 firstStateRecord = value as StateListStateRecord<T> in prependStateRecord()
70 internal val readable: StateListStateRecord<T>
71 get() = (firstStateRecord as StateListStateRecord<T>).readable(this)
74 internal class StateListStateRecord<T> class
83 list = (value as StateListStateRecord<T>).list in assign()
92 StateListStateRecord(snapshotId, list) in create()
125 (firstStateRecord as StateListStateRecord<T>).withCurrent { in toString()
178 private inline fun <R> writable(block: StateListStateRecord<T>.() -> R): R = in writable()
180 (firstStateRecord as StateListStateRecord<T>).writable(this, block) in writable()
182 private inline fun <R> withCurrent(block: StateListStateRecord<T>.() -> R): R = in writable()
[all …]