Home
last modified time | relevance | path

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

/foundation/distributeddatamgr/preferences/frameworks/native/src/
H A Dbase64_helper.cpp108 uint8_t ch4 = base64Decoder[static_cast<uint8_t>(input.at(index++))]; in Decode() local
109 if (ch4 == BASE64_INVALID) { in Decode()
112 result.emplace_back((ch3 << BASE64_SHIFT_LOBYTE) | ch4); in Decode()

Completed in 2 milliseconds