Searched refs:BASE_64_CHARS (Results 1 – 7 of 7) sorted by relevance
97 ret += BASE_64_CHARS[charArray4[i]]; in Base64Encode()115 ret += BASE_64_CHARS[charArray4[j]]; in Base64Encode()138 charArray4[i] = BASE_64_CHARS.find(charArray4[i]); in Base64Decode()158 charArray4[j] = BASE_64_CHARS.find(charArray4[j]); in Base64Decode()
55 const std::string BASE_64_CHARS = variable349 for (size_t i = 0; i < BASE_64_CHARS.size(); ++i) { in InitBase64Map()350 base64Map_[BASE_64_CHARS[i]] = static_cast<int>(i); in InitBase64Map()373 charArray4[i] = BASE_64_CHARS.find(charArray4[i]); in Base64Decode()393 charArray4[j] = BASE_64_CHARS.find(charArray4[j]); in Base64Decode()
258 ret += BASE_64_CHARS[charArray4[i]]; in Base64Encode()276 ret += BASE_64_CHARS[charArray4[j]]; in Base64Encode()303 charArray4[i] = BASE_64_CHARS.find(charArray4[i]); in Base64Decode()323 charArray4[j] = BASE_64_CHARS.find(charArray4[j]); in Base64Decode()
114 ret += BASE_64_CHARS[charArray4[i]]; in Base64Encode()132 ret += BASE_64_CHARS[charArray4[j]]; in Base64Encode()159 charArray4[i] = BASE_64_CHARS.find(charArray4[i]); in Base64Decode()179 charArray4[j] = BASE_64_CHARS.find(charArray4[j]); in Base64Decode()
27 const std::string BASE_64_CHARS = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/… variable
32 const std::string BASE_64_CHARS = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/… variable