Searched refs:creatingSnapshot (Results 1 – 2 of 2) sorted by relevance
36 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()
155 internal inline fun <R : Snapshot> creatingSnapshot( in creatingSnapshot() method