Home
last modified time | relevance | path

Searched defs:asSlice (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/tools/trebuchet/core/common/src/main/kotlin/trebuchet/io/
H A DDataSlice.kt90 fun ByteArray.asSlice(length: Int = this.size) = DataSlice(this, 0, length) in ByteArray() method
91 fun String.asSlice() = DataSlice(this.toByteArray()) in ByteArray() method
/aosp_15_r20/prebuilts/go/linux-x86/test/
Dnamed.go29 func asSlice(Slice) {} func