Home
last modified time | relevance | path

Searched refs:fromArrayBufferView (Results 1 – 3 of 3) sorted by relevance

/third_party/protobuf/js/experimental/runtime/
Dbytestring_test.js31 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 …]
Dbytestring.js60 static fromArrayBufferView(bytes) { method in ByteString
/third_party/protobuf/js/experimental/runtime/testing/
Densure_custom_equality_test.js32 const byteString2 = ByteString.fromArrayBufferView(BYTES_WITH_HALLO);