Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/flow/operators/
DZip.kt287 val flowArray = flows.toList().toTypedArray() in combine() constant
290 flowArray, in combine()
291 arrayFactory = { arrayOfNulls(flowArray.size) }, in combine()
306 val flowArray = flows.toList().toTypedArray() in combineTransform() constant
308 combineInternal(flowArray, { arrayOfNulls(flowArray.size) }, { transform(it) }) in combineTransform()