Home
last modified time | relevance | path

Searched defs:token (Results 1 – 4 of 4) sorted by relevance

/compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/internal/
DTrace.kt45 val token = Trace.beginSection(sectionName) in beginSection() constant
/compose/ui/ui/src/androidMain/kotlin/androidx/compose/ui/spatial/
DRectListDebugger.android.kt73 var token: Any? = null variable in androidx.compose.ui.spatial.RectListDebuggerModifierNode
/compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/snapshots/
DSnapshotStateObserver.kt472 currentScopeReads?.removeIf { value, token -> in <lambda>() method
575 val token = currentSnapshot().snapshotId.hashCode() in <lambda>() constant
/compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/
DRecomposeScopeImpl.kt363 val token = trackedInstances.put(instance, currentToken, default = -1) in invalidate() constant