Searched refs:ImmutableSet (Results 1 – 10 of 10) sorted by relevance
| /compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/external/kotlinx/collections/immutable/implementations/immutableMap/ |
| D | PersistentHashMap.kt | 9 import androidx.compose.runtime.external.kotlinx.collections.immutable.ImmutableSet 16 override val keys: ImmutableSet<K> 26 override val entries: ImmutableSet<Map.Entry<K, V>> 31 private fun createEntries(): ImmutableSet<Map.Entry<K, V>> { in createEntries()
|
| D | PersistentHashMapContentViews.kt | 9 import androidx.compose.runtime.external.kotlinx.collections.immutable.ImmutableSet in <lambda>() 11 …stentHashMapEntries<K, V>(private val map: PersistentHashMap<K, V>) : ImmutableSet<Map.Entry<K, V>… in <lambda>() 27 internal class PersistentHashMapKeys<K, V>(private val map: PersistentHashMap<K, V>) : ImmutableSet…
|
| /compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/external/kotlinx/collections/immutable/adapters/ |
| D | ReadOnlyCollectionAdapters.kt | 33 internal class ImmutableSetAdapter<E>(impl: Set<E>) : ImmutableSet<E>, ImmutableCollectionAdapter<E… 38 override val keys: ImmutableSet<K> = ImmutableSetAdapter(impl.keys) in <lambda>() 40 override val entries: ImmutableSet<Map.Entry<K, V>> = ImmutableSetAdapter(impl.entries) in <lambda>()
|
| /compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/external/kotlinx/collections/immutable/implementations/persistentOrderedMap/ |
| D | PersistentOrderedMapContentViews.kt | 9 import androidx.compose.runtime.external.kotlinx.collections.immutable.ImmutableSet in <lambda>() 11 …rderedMapEntries<K, V>(private val map: PersistentOrderedMap<K, V>) : ImmutableSet<Map.Entry<K, V>… in <lambda>() 27 …ntOrderedMapKeys<K, V>(private val map: PersistentOrderedMap<K, V>) : ImmutableSet<K>, AbstractSet…
|
| D | PersistentOrderedMap.kt | 9 import androidx.compose.runtime.external.kotlinx.collections.immutable.ImmutableSet 37 override val keys: ImmutableSet<K> in withValue() 47 override val entries: ImmutableSet<Map.Entry<K, V>> in withValue() 52 private fun createEntries(): ImmutableSet<Map.Entry<K, V>> { in withValue()
|
| /compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/external/kotlinx/collections/immutable/ |
| D | ImmutableSet.kt | 19 internal interface ImmutableSet<out E>: Set<E>, ImmutableCollection<E> interface 29 internal interface PersistentSet<out E> : ImmutableSet<E>, PersistentCollection<E> {
|
| D | ImmutableMap.kt | 24 override val keys: ImmutableSet<K> 28 override val entries: ImmutableSet<Map.Entry<K, V>>
|
| D | extensions.kt | 626 internal fun <T> Iterable<T>.toImmutableSet(): ImmutableSet<T> = in toImmutableSet() 627 this as? ImmutableSet<T> in toImmutableSet() 636 internal fun <T> Sequence<T>.toImmutableSet(): ImmutableSet<T> = toPersistentSet() in toImmutableSet()
|
| /compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/internal/ |
| D | PersistentCompositionLocalMap.kt | 22 import androidx.compose.runtime.external.kotlinx.collections.immutable.ImmutableSet 37 override val entries: ImmutableSet<Map.Entry<CompositionLocal<Any?>, ValueHolder<Any?>>>
|
| /compose/runtime/runtime/src/androidMain/ |
| D | baseline-prof.txt | 149 …Map;->createEntries()Landroidx/compose/runtime/external/kotlinx/collections/immutable/ImmutableSet;
|