Searched refs:toMutableList (Results 1 – 8 of 8) sorted by relevance
92 val segments = (1..N).map { q.enqueue(it)!! }.toMutableList() in testRemoveSegmentsSerial()
41 val list = byteStrings.toMutableList() in <lambda>()
447 val sortedByteStrings = originalByteStrings.toMutableList() in compareToSingleBytes()485 val sortedByteStrings = originalByteStrings.toMutableList() in compareToMultipleBytes()
290 val toProcess = details.toMutableList() in convertDeprecationDetailsToChildren()
1199 this.toMutableList() in toList()1250 public suspend fun <E> ReceiveChannel<E>.toMutableList(): MutableList<E> = in toMutableList() method
375 val tags = super.tags().toMutableList() in overriddenClass()
1108 val params = valueParameters.map { it.type }.toMutableList() in parameterSignature()
739 …public static final fun toMutableList (Lkotlinx/coroutines/channels/ReceiveChannel;Lkotlin/corouti…