Home
last modified time | relevance | path

Searched refs:toMutableList (Results 1 – 8 of 8) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/internal/
DSegmentQueueTest.kt92 val segments = (1..N).map { q.enqueue(it)!! }.toMutableList() in testRemoveSegmentsSerial()
/external/okio/okio/src/commonMain/kotlin/okio/
DOptions.kt41 val list = byteStrings.toMutableList() in <lambda>()
/external/okio/okio/src/commonTest/kotlin/okio/
DByteStringTest.kt447 val sortedByteStrings = originalByteStrings.toMutableList() in compareToSingleBytes()
485 val sortedByteStrings = originalByteStrings.toMutableList() in compareToMultipleBytes()
/external/dokka/core/src/main/kotlin/Model/
DDocumentationNode.kt290 val toProcess = details.toMutableList() in convertDeprecationDetailsToChildren()
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/channels/
DChannels.common.kt1199 this.toMutableList() in toList()
1250 public suspend fun <E> ReceiveChannel<E>.toMutableList(): MutableList<E> = in toMutableList() method
/external/dokka/core/src/main/kotlin/javadoc/
Ddocbase.kt375 val tags = super.tags().toMutableList() in overriddenClass()
/external/dokka/core/src/main/kotlin/Kotlin/
DDocumentationBuilder.kt1108 val params = valueParameters.map { it.type }.toMutableList() in parameterSignature()
/external/kotlinx.coroutines/kotlinx-coroutines-core/api/
Dkotlinx-coroutines-core.api739 …public static final fun toMutableList (Lkotlinx/coroutines/channels/ReceiveChannel;Lkotlin/corouti…