Home
last modified time | relevance | path

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

/compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/snapshots/
DSnapshotStateList.kt67 get() = withCurrent { structuralChange } in toList()
78 internal var structuralChange = 0 variable
85 structuralChange = value.structuralChange in assign()
144 structuralChange++ in clear()
251 if (structural) structuralChange++ in StateListStateRecord()