Home
last modified time | relevance | path

Searched defs:replaySize (Results 1 – 1 of 1) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/flow/
DSharedFlow.kt345 private val replaySize: Int get() = (head + bufferSize - replayIndex).toInt() constant in kotlinx.coroutines.flow.SharedFlowImpl
352 val replaySize = this.replaySize in <lambda>() constant