Home
last modified time | relevance | path

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

/third_party/protobuf/js/experimental/runtime/
Dbytestring_test.js52 const byteString = ByteString.fromBase64String(HALLO_IN_BASE64);
158 () => ByteString.fromBase64String(
164 const other = ByteString.fromBase64String(HALLO_IN_BASE64);
169 const other = ByteString.fromBase64String(HALLO_IN_BASE64_WITH_SPACES);
194 const empty = ByteString.fromBase64String('');
252 const other = ByteString.fromBase64String(HALLO_IN_BASE64);
267 ByteString.fromBase64String('abcz+/129w').toArrayBuffer());
274 ByteString.fromBase64String('abcz+/129w==').toArrayBuffer());
Dbytestring.js35 static fromBase64String(value) { method in ByteString
/third_party/protobuf/js/experimental/runtime/testing/
Densure_custom_equality_test.js31 const byteString1 = ByteString.fromBase64String(HALLO_IN_BASE64);