Home
last modified time | relevance | path

Searched refs:commonRangeEquals (Results 1 – 12 of 12) sorted by relevance

/external/okio/okio/src/nonJvmMain/kotlin/okio/
DSegmentedByteString.kt23 import okio.internal.commonRangeEquals in <lambda>()
61 ): Boolean = commonRangeEquals(offset, other, otherOffset, byteCount) in <lambda>()
68 ): Boolean = commonRangeEquals(offset, other, otherOffset, byteCount) in <lambda>()
DByteString.kt41 import okio.internal.commonRangeEquals
129 ): Boolean = commonRangeEquals(offset, other, otherOffset, byteCount) in get()
136 ): Boolean = commonRangeEquals(offset, other, otherOffset, byteCount) in get()
DRealBufferedSource.kt23 import okio.internal.commonRangeEquals
108 ): Boolean = commonRangeEquals(offset, bytes, bytesOffset, byteCount)
DBuffer.kt36 import okio.internal.commonRangeEquals in <lambda>()
236 ): Boolean = commonRangeEquals(offset, bytes, bytesOffset, byteCount) in <lambda>()
/external/okio/okio/src/jvmMain/kotlin/okio/
DSegmentedByteString.kt22 import okio.internal.commonRangeEquals in <lambda>()
102 ): Boolean = commonRangeEquals(offset, other, otherOffset, byteCount) in <lambda>()
109 ): Boolean = commonRangeEquals(offset, other, otherOffset, byteCount) in <lambda>()
DByteString.kt34 import okio.internal.commonRangeEquals
150 ): Boolean = commonRangeEquals(offset, other, otherOffset, byteCount) in write()
157 ): Boolean = commonRangeEquals(offset, other, otherOffset, byteCount) in write()
DRealBufferedSource.kt23 import okio.internal.commonRangeEquals
138 ): Boolean = commonRangeEquals(offset, bytes, bytesOffset, byteCount) in readUtf8Line()
DBuffer.kt30 import okio.internal.commonRangeEquals in <lambda>()
496 ): Boolean = commonRangeEquals(offset, bytes, bytesOffset, byteCount) in <lambda>()
/external/okio/okio/src/commonMain/kotlin/okio/internal/
DSegmentedByteString.kt166 internal inline fun SegmentedByteString.commonRangeEquals( in commonRangeEquals() method
182 internal inline fun SegmentedByteString.commonRangeEquals( in commonRangeEquals() method
DByteString.kt151 internal inline fun ByteString.commonRangeEquals( in commonGetByte() method
159 internal inline fun ByteString.commonRangeEquals( in commonGetByte() method
DRealBufferedSource.kt362 internal inline fun RealBufferedSource.commonRangeEquals( in commonRangeEquals() method
DBuffer.kt1372 internal inline fun Buffer.commonRangeEquals( in commonRangeEquals() method