Home
last modified time | relevance | path

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

/external/okio/okio/src/commonMain/kotlin/okio/
DBuffer.kt412 fun expandBuffer(minByteCount: Int): Long in emitCompleteSegments() method in okio.Buffer.UnsafeCursor
/external/okio/okio/src/nonJvmMain/kotlin/okio/
DBuffer.kt316 actual fun expandBuffer(minByteCount: Int): Long = commonExpandBuffer(minByteCount) in <lambda>() method in okio.Buffer.UnsafeCursor
/external/okio/okio/src/jvmMain/kotlin/okio/
DBuffer.kt634 actual fun expandBuffer(minByteCount: Int): Long = commonExpandBuffer(minByteCount) in <lambda>() method in okio.Buffer.UnsafeCursor
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/channels/
DBufferedChannel.kt1170 private fun expandBuffer() { in <lambda>() method