Searched defs:expandBuffer (Results 1 – 4 of 4) sorted by relevance
412 fun expandBuffer(minByteCount: Int): Long in emitCompleteSegments() method in okio.Buffer.UnsafeCursor
316 actual fun expandBuffer(minByteCount: Int): Long = commonExpandBuffer(minByteCount) in <lambda>() method in okio.Buffer.UnsafeCursor
634 actual fun expandBuffer(minByteCount: Int): Long = commonExpandBuffer(minByteCount) in <lambda>() method in okio.Buffer.UnsafeCursor
1170 private fun expandBuffer() { in <lambda>() method