Home
last modified time | relevance | path

Searched refs:decodeLength (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/tests/
H A DSkBase64Test.cpp33 size_t decodeLength; in DEF_TEST() local
34 err = SkBase64::Decode(src.get(), encodeLength, nullptr, &decodeLength); in DEF_TEST()
39 REPORTER_ASSERT(reporter, decodeLength == length); in DEF_TEST()
41 SkAutoTMalloc<char> dst(decodeLength); in DEF_TEST()
42 err = SkBase64::Decode(src.get(), encodeLength, dst, &decodeLength); in DEF_TEST()
47 REPORTER_ASSERT(reporter, decodeLength == length); in DEF_TEST()
/third_party/node/deps/npm/node_modules/@sigstore/core/dist/asn1/
H A Dlength.js18 exports.encodeLength = exports.decodeLength = void 0;
22 function decodeLength(stream) { function
47 exports.decodeLength = decodeLength;
H A Dobj.js106 const len = (0, length_1.decodeLength)(stream);

Completed in 2 milliseconds