Lines Matching refs:decode
65 auto out = base64::decode(std::begin(in), std::end(in)); in test_base64_decode()
67 CU_ASSERT("\xff" == base64::decode(balloc, std::begin(in), std::end(in))); in test_base64_decode()
71 auto out = base64::decode(std::begin(in), std::end(in)); in test_base64_decode()
74 base64::decode(balloc, std::begin(in), std::end(in))); in test_base64_decode()
78 auto out = base64::decode(std::begin(in), std::end(in)); in test_base64_decode()
81 base64::decode(balloc, std::begin(in), std::end(in))); in test_base64_decode()
85 auto out = base64::decode(std::begin(in), std::end(in)); in test_base64_decode()
88 base64::decode(balloc, std::begin(in), std::end(in))); in test_base64_decode()
93 auto out = base64::decode(std::begin(in), std::end(in)); in test_base64_decode()
95 CU_ASSERT("" == base64::decode(balloc, std::begin(in), std::end(in))); in test_base64_decode()
101 auto out = base64::decode(std::begin(in), std::end(in)); in test_base64_decode()
103 CU_ASSERT("" == base64::decode(balloc, std::begin(in), std::end(in))); in test_base64_decode()
108 auto out = base64::decode(std::begin(in), std::end(in)); in test_base64_decode()
110 CU_ASSERT("" == base64::decode(balloc, std::begin(in), std::end(in))); in test_base64_decode()
115 auto out = base64::decode(std::begin(in), std::end(in)); in test_base64_decode()
117 CU_ASSERT("" == base64::decode(balloc, std::begin(in), std::end(in))); in test_base64_decode()