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.kt141 override val bufferDebugString: String constant
DArrayBroadcastChannel.kt382 override val bufferDebugString: String constant in kotlinx.coroutines.channels.ArrayBroadcastChannel
DArrayChannel.kt305 override val bufferDebugString: String constant
DAbstractChannel.kt433 "$classSimpleName@$hexAddress{$queueDebugStateString}$bufferDebugString" in <lambda>()
459 protected open val bufferDebugString: String get() = "" in <lambda>() constant