Searched defs:byteArray (Results 1 – 7 of 7) sorted by relevance
60 val byteArray = ByteArray((i.length * 4)) in encodeUtf8KotlinFlatbuffers() constant107 val byteArray = ByteArray(i.length) // Utf8.encodedLength(i)) in encodeAsciiKotlinFlatbuffers() constant
33 void IntToByte(std::vector<Byte> *byteArray, int32_t n) { in IntToByte()42 int32_t ByteToInt(const Byte *byteArray, size_t length) { in ByteToInt()
452 uint8_t* byteArray = NULL; in bytes_write_java() local
179 public static boolean isValidUtf8(byte[] byteArray) { in isValidUtf8()
488 let byteArray: [UInt8] = [3, 1, 4, 1, 5, 9] in testContiguousBytes() variable
161 byte_str_array_t byteArray; in serialize() local