Home
last modified time | relevance | path

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

/compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/snapshots/
DSnapshot.kt36 import androidx.compose.runtime.snapshots.tooling.creatingSnapshot in <lambda>()
768 return creatingSnapshot(this, readObserver, writeObserver, readonly = false) { in hasPendingChanges()
917 return creatingSnapshot( in takeNestedSnapshot()
1370 return creatingSnapshot( in prependStateRecord()
1431 creatingSnapshot( in takeNestedSnapshot()
1490 creatingSnapshot( in takeNestedSnapshot()
1510 creatingSnapshot( in takeNestedMutableSnapshot()
/compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/snapshots/tooling/
DSnapshotObserver.kt155 internal inline fun <R : Snapshot> creatingSnapshot( in creatingSnapshot() method