Home
last modified time | relevance | path

Searched refs:sumBy (Results 1 – 5 of 5) sorted by relevance

/external/kotlinx.atomicfu/atomicfu/src/nativeTest/kotlin/kotlinx/atomicfu/locks/
DSynchronizedTest.kt63 assertEquals(nWorkers * nLocks * increments, counters.sumBy { it.value }) in <lambda>()
/external/kotlinx.atomicfu/atomicfu-transformer/src/main/kotlin/kotlinx/atomicfu/transformer/
DFlowAnalyzer.kt287 pop(types.indices.sumBy { types[it].size }, forward) in popDesc()
/external/dokka/core/src/main/kotlin/Model/
DContent.kt27 get() = children.sumBy { it.textLength } in isEmpty()
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/channels/
DChannels.common.kt2079 public suspend inline fun <E> ReceiveChannel<E>.sumBy(selector: (E) -> Int): Int { in sumBy() method
/external/kotlinx.coroutines/kotlinx-coroutines-core/api/
Dkotlinx-coroutines-core.api728 …public static final fun sumBy (Lkotlinx/coroutines/channels/ReceiveChannel;Lkotlin/jvm/functions/F…