Home
last modified time | relevance | path

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

/compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/collection/
DScopeMap.kt160 fun asMap(): Map<Key, Set<Scope>> { in <lambda>() method
/compose/lint/internal-lint-checks/src/test/java/androidx/compose/lint/
DAsCollectionDetectorTest.kt136 fun asMap(): Map<String, String>? = null in nonCollectionAs() method
162 fun asMap(): Map<K, V> = mapOf() method