Home
last modified time | relevance | path

Searched defs:byteArray (Results 1 – 7 of 7) sorted by relevance

/third_party/flatbuffers/kotlin/benchmark/src/jvmMain/kotlin/com/google/flatbuffers/kotlin/benchmark/
DUTF8Benchmark.kt60 val byteArray = ByteArray((i.length * 4)) in encodeUtf8KotlinFlatbuffers() constant
107 val byteArray = ByteArray(i.length) // Utf8.encodedLength(i)) in encodeAsciiKotlinFlatbuffers() constant
/third_party/mindspore/mindspore-src/source/mindspore/core/utils/
Dcrypto.cc33 void IntToByte(std::vector<Byte> *byteArray, int32_t n) { in IntToByte()
42 int32_t ByteToInt(const Byte *byteArray, size_t length) { in ByteToInt()
/third_party/icu/icu4c/source/tools/genrb/
Dwrtjava.cpp452 uint8_t* byteArray = NULL; in bytes_write_java() local
/third_party/skia/third_party/externals/icu/source/tools/genrb/
Dwrtjava.cpp452 uint8_t* byteArray = NULL; in bytes_write_java() local
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DInternal.java179 public static boolean isValidUtf8(byte[] byteArray) { in isValidUtf8()
/third_party/flatbuffers/tests/swift/tests/Tests/FlatBuffers.Test.SwiftTests/
DFlatBuffersMonsterWriterTests.swift488 let byteArray: [UInt8] = [3, 1, 4, 1, 5, 9] in testContiguousBytes() variable
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-cff-common.hh161 byte_str_array_t byteArray; in serialize() local