Home
last modified time | relevance | path

Searched defs:forEachScopeOf (Results 1 – 2 of 2) sorted by relevance

/compose/runtime/runtime/src/nonEmulatorCommonTest/kotlin/androidx/compose/runtime/collection/
DScopeMapTest.kt50 fun forEachScopeOf() { in <lambda>() method
/compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/collection/
DScopeMap.kt66 inline fun forEachScopeOf(key: Key, block: (scope: Scope) -> Unit) { in <lambda>() method