Home
last modified time | relevance | path

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

/compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/
DSnapshotFlow.kt178 private fun MutableScatterSet<Any>.intersects(set: Set<Any>) = any { it in set } in <lambda>() method
/compose/lint/internal-lint-checks/src/test/java/androidx/compose/lint/
DAsCollectionDetectorTest.kt180 class MutableScatterSet<E> : ScatterSet<E>() { class