Home
last modified time | relevance | path

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

/third_party/protobuf/js/experimental/runtime/kernel/
Duint8arrays_test.js12 const byteArrays = []; variable
17 const byteArrays = [new Uint8Array([0x01]), new Uint8Array([0x02])]; variable
24 const byteArrays = [[0x01], [0x02]]; variable
35 const byteArrays = [[40.0], [256]]; variable