Searched refs:isBufferAlwaysEmpty (Results 1 – 6 of 6) sorted by relevance
19 protected final override val isBufferAlwaysEmpty: Boolean get() = true constant
21 protected final override val isBufferAlwaysEmpty: Boolean get() = true constant
21 protected final override val isBufferAlwaysEmpty: Boolean get() = false constant
218 override val isBufferAlwaysEmpty: Boolean get() = false in elementAt() constant in kotlinx.coroutines.channels.ArrayBroadcastChannel.Subscriber
47 protected final override val isBufferAlwaysEmpty: Boolean get() = false constant
497 protected abstract val isBufferAlwaysEmpty: Boolean constant592 … protected open fun enqueueReceiveInternal(receive: Receive<E>): Boolean = if (isBufferAlwaysEmpty) in enqueueReceiveInternal()