20 for (
int index = 0; index < 255; ++index) {
21 all[index] = (
signed char) (index + 1);
33 "input size %zu; output size %zu != %zu",
length,
34 actualEncodeLength, predictedEncodeLength);
DEF_TEST(SkBase64, reporter)
constexpr int SkToInt(S x)
#define REPORTER_ASSERT(r, cond,...)
#define REPORT_FAILURE(reporter, cond, message)
SIT bool all(const Vec< 1, T > &x)
static Error Decode(const void *src, size_t srcLength, void *dst, size_t *dstLength)
static size_t EncodedSize(size_t srcDataLength)
static size_t Encode(const void *src, size_t length, void *dst, const char *encode=nullptr)