Home
last modified time | relevance | path

Searched refs:encodeByteArray (Results 1 – 14 of 14) sorted by relevance

/external/cronet/third_party/protobuf/js/experimental/runtime/
Dbytestring.js174 this.base64_ = base64.encodeByteArray(this.bytes_);
/external/libchrome/mojo/public/java/bindings/src/org/chromium/mojo/bindings/
DEncoder.java353 encodeByteArray(bytes, v.length, offset); in encode()
368 encodeByteArray(v, v.length, offset); in encode()
553 private void encodeByteArray(byte[] bytes, int length, int offset) { in encodeByteArray() method in Encoder
/external/cronet/third_party/protobuf/js/experimental/runtime/kernel/conformance/
Dconformance_testee.js97 return base64.encodeByteArray(new Uint8Array(response.serialize()));
/external/cronet/third_party/protobuf/js/compatibility_tests/v3.0.0/binary/
Dproto_test.js95 var BYTES_B64 = goog.crypt.base64.encodeByteArray(BYTES);
216 copy.getOptionalBytes_asB64(), goog.crypt.base64.encodeByteArray(BYTES));
Dutils_test.js645 var sourceBase64 = goog.crypt.base64.encodeByteArray(sourceData);
/external/cronet/third_party/protobuf/js/compatibility_tests/v3.1.0/binary/
Dproto_test.js95 var BYTES_B64 = goog.crypt.base64.encodeByteArray(BYTES);
216 copy.getOptionalBytes_asB64(), goog.crypt.base64.encodeByteArray(BYTES));
Dutils_test.js645 var sourceBase64 = goog.crypt.base64.encodeByteArray(sourceData);
/external/cronet/third_party/protobuf/js/binary/
Dproto_test.js99 var BYTES_B64 = goog.crypt.base64.encodeByteArray(BYTES);
218 copy.getOptionalBytes_asB64(), goog.crypt.base64.encodeByteArray(BYTES));
Dutils_test.js721 var sourceBase64 = goog.crypt.base64.encodeByteArray(sourceData);
Dwriter.js244 return goog.crypt.base64.encodeByteArray(this.getResultBuffer(), alphabet);
/external/cronet/third_party/protobuf/js/compatibility_tests/v3.1.0/
Dproto3_test.js43 var BYTES_B64 = goog.crypt.base64.encodeByteArray(BYTES);
/external/cronet/third_party/protobuf/js/compatibility_tests/v3.0.0/
Dproto3_test.js43 var BYTES_B64 = goog.crypt.base64.encodeByteArray(BYTES);
/external/cronet/third_party/protobuf/js/
Dproto3_test.js47 var BYTES_B64 = goog.crypt.base64.encodeByteArray(BYTES);
Dmessage.js786 return goog.crypt.base64.encodeByteArray(value);