Home
last modified time | relevance | path

Searched defs:newMap (Results 1 – 6 of 6) sorted by relevance

/compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/external/kotlinx/collections/immutable/implementations/persistentOrderedMap/
DPersistentOrderedMap.kt68 val newMap = hashMap.put(key, LinkedValue(value)) in withValue() constant
77 val newMap = hashMap.put(key, links.withValue(value)) in withValue() constant
85 val newMap = hashMap in withValue() constant
94 var newMap = hashMap.remove(key) in withValue() variable
/compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/external/kotlinx/collections/immutable/implementations/persistentOrderedSet/
DPersistentOrderedSet.kt41 val newMap = hashMap.put(element, Links()) in withNext() constant
49 val newMap = hashMap in withNext() constant
62 var newMap = hashMap.remove(element) in withNext() variable
DPersistentOrderedSetBuilder.kt21 val newMap = hashMapBuilder.build() in build() constant
/compose/runtime/runtime/src/nonEmulatorJvmTest/kotlin/androidx/compose/runtime/snapshots/
DSnapshotThreadMapTests.kt48 val newMap = map.newWith(1, 1) in canAddOneToEmpty() constant
122 val newMap = map.newWith(11, 11) in canRemoveOneThenAddOne() constant
/compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/snapshots/
DSnapshotStateMap.kt168 val newMap = builder.build() in <lambda>() constant
187 val newMap = block(map) in <lambda>() constant
/compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/snapshots/tooling/
DSnapshotObserver.kt195 val newMap = mutableMapOf<SnapshotObserver, SnapshotInstanceObservers>() in mergeObservers() constant