Searched refs:fromArrayBufferView (Results 1 – 3 of 3) sorted by relevance
31 ByteString.fromArrayBufferView(new Uint8Array(TEST_BYTES));37 const byteString = ByteString.fromArrayBufferView(89 const byteString = ByteString.fromArrayBufferView(array);125 const byteString = ByteString.fromArrayBufferView(new Uint8Array(4));151 () => ByteString.fromArrayBufferView(174 const other = ByteString.fromArrayBufferView(BYTES_WITH_HALLO);184 const empty = ByteString.fromArrayBufferView(new Uint8Array(0));211 ByteString.fromArrayBufferView(new Uint8Array(PREFIXED_TEST_BYTES, 1));217 ByteString.fromArrayBufferView(new Uint8Array([1, 2, 3, 4, 5]));245 const other = ByteString.fromArrayBufferView([all …]
60 static fromArrayBufferView(bytes) { method in ByteString
32 const byteString2 = ByteString.fromArrayBufferView(BYTES_WITH_HALLO);