Searched refs:commonRangeEquals (Results 1 – 12 of 12) sorted by relevance
/external/okio/okio/src/nonJvmMain/kotlin/okio/ |
D | SegmentedByteString.kt | 23 import okio.internal.commonRangeEquals in <lambda>() 61 ): Boolean = commonRangeEquals(offset, other, otherOffset, byteCount) in <lambda>() 68 ): Boolean = commonRangeEquals(offset, other, otherOffset, byteCount) in <lambda>()
|
D | ByteString.kt | 41 import okio.internal.commonRangeEquals 129 ): Boolean = commonRangeEquals(offset, other, otherOffset, byteCount) in get() 136 ): Boolean = commonRangeEquals(offset, other, otherOffset, byteCount) in get()
|
D | RealBufferedSource.kt | 23 import okio.internal.commonRangeEquals 108 ): Boolean = commonRangeEquals(offset, bytes, bytesOffset, byteCount)
|
D | Buffer.kt | 36 import okio.internal.commonRangeEquals in <lambda>() 236 ): Boolean = commonRangeEquals(offset, bytes, bytesOffset, byteCount) in <lambda>()
|
/external/okio/okio/src/jvmMain/kotlin/okio/ |
D | SegmentedByteString.kt | 22 import okio.internal.commonRangeEquals in <lambda>() 102 ): Boolean = commonRangeEquals(offset, other, otherOffset, byteCount) in <lambda>() 109 ): Boolean = commonRangeEquals(offset, other, otherOffset, byteCount) in <lambda>()
|
D | ByteString.kt | 34 import okio.internal.commonRangeEquals 150 ): Boolean = commonRangeEquals(offset, other, otherOffset, byteCount) in write() 157 ): Boolean = commonRangeEquals(offset, other, otherOffset, byteCount) in write()
|
D | RealBufferedSource.kt | 23 import okio.internal.commonRangeEquals 138 ): Boolean = commonRangeEquals(offset, bytes, bytesOffset, byteCount) in readUtf8Line()
|
D | Buffer.kt | 30 import okio.internal.commonRangeEquals in <lambda>() 496 ): Boolean = commonRangeEquals(offset, bytes, bytesOffset, byteCount) in <lambda>()
|
/external/okio/okio/src/commonMain/kotlin/okio/internal/ |
D | SegmentedByteString.kt | 166 internal inline fun SegmentedByteString.commonRangeEquals( in commonRangeEquals() method 182 internal inline fun SegmentedByteString.commonRangeEquals( in commonRangeEquals() method
|
D | ByteString.kt | 151 internal inline fun ByteString.commonRangeEquals( in commonGetByte() method 159 internal inline fun ByteString.commonRangeEquals( in commonGetByte() method
|
D | RealBufferedSource.kt | 362 internal inline fun RealBufferedSource.commonRangeEquals( in commonRangeEquals() method
|
D | Buffer.kt | 1372 internal inline fun Buffer.commonRangeEquals( in commonRangeEquals() method
|