Searched defs:byteArray (Results 1 – 8 of 8) 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
452 uint8_t* byteArray = nullptr; in bytes_write_java() local
488 let byteArray: [UInt8] = [3, 1, 4, 1, 5, 9] in testContiguousBytes() variable
160 public static boolean isValidUtf8(byte[] byteArray) { in isValidUtf8()
161 byte_str_array_t byteArray; in serialize() local