Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/flow/operators/
DContext.kt142 … else -> ChannelFlowOperatorImpl(this, capacity = capacity, onBufferOverflow = onBufferOverflow) in buffer()
245 else -> ChannelFlowOperatorImpl(this, context = context) in buffer()
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/flow/internal/
DChannelFlow.kt16 this as? ChannelFlow ?: ChannelFlowOperatorImpl(this) in <lambda>()
183 internal class ChannelFlowOperatorImpl<T>( in toString() class
190 ChannelFlowOperatorImpl(flow, context, capacity, onBufferOverflow) in toString()
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/flow/
DSharedFlow.kt729 return ChannelFlowOperatorImpl(this, context, capacity, onBufferOverflow) in Array()