Searched refs:encodeUtf8Array (Results 1 – 6 of 6) sorted by relevance
| /external/flatbuffers/kotlin/flatbuffers-kotlin/src/jvmTest/kotlin/com/google/flatbuffers/kotlin/ |
| D | Utf8Test.kt | 29 …ytes = utf8Lines.map { s -> ByteArray(Utf8.encodedLength(s)).also { Utf8.encodeUtf8Array(s, it) } } in <lambda>()
|
| /external/flatbuffers/kotlin/benchmark/src/jvmMain/kotlin/com/google/flatbuffers/kotlin/benchmark/ |
| D | UTF8Benchmark.kt | 61 blackhole.consume(Utf8.encodeUtf8Array(i, byteArray, 0, byteArray.size)) in encodeUtf8KotlinFlatbuffers() 108 blackhole.consume(Utf8.encodeUtf8Array(i, byteArray, 0, byteArray.size)) in encodeAsciiKotlinFlatbuffers()
|
| /external/flatbuffers/java/com/google/flatbuffers/ |
| D | Utf8Safe.java | 338 private static int encodeUtf8Array(CharSequence in, byte[] out, in encodeUtf8Array() method in Utf8Safe 405 int end = encodeUtf8Array(in, out.array(), start + out.position(), in encodeUtf8()
|
| /external/flatbuffers/kotlin/flatbuffers-kotlin/src/commonTest/kotlin/com/google/flatbuffers/kotlin/ |
| D | FlexBuffersTest.kt | 293 val pos = Utf8.encodeUtf8Array(utf8String, bytes) in <lambda>()
|
| /external/flatbuffers/kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/ |
| D | ByteArray.kt | 24 Utf8.encodeUtf8Array(value, this, index, this.size - index) in getString()
|
| D | Utf8.kt | 333 …public fun encodeUtf8Array(input: CharSequence, out: ByteArray, offset: Int = 0, length: Int = out… in encodeUtf8Array() method
|