Home
last modified time | relevance | path

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

/compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/snapshots/
DSnapshotStateSet.kt35 override var firstStateRecord: StateRecord = stateRecordWith(persistentSetOf())
197 private fun stateRecordWith(set: PersistentSet<T>): StateRecord { in stateRecordWith() method
DSnapshotStateList.kt40 override var firstStateRecord: StateRecord = stateRecordWith(persistentList)
257 private fun stateRecordWith(list: PersistentList<T>): StateRecord { in stateRecordWith() method