Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/channels/
DConflatedChannel.kt140 override val bufferDebugString: String constant
DArrayBroadcastChannel.kt376 override val bufferDebugString: String constant in kotlinx.coroutines.channels.ArrayBroadcastChannel
DArrayChannel.kt306 override val bufferDebugString: String constant
DAbstractChannel.kt413 "$classSimpleName@$hexAddress{$queueDebugStateString}$bufferDebugString" in <lambda>()
439 protected open val bufferDebugString: String get() = "" in <lambda>() constant