Searched refs:Base64EncodeUrlSafe (Results 1 – 3 of 3) sorted by relevance
45 std::string Base64EncodeUrlSafe(const std::string &src);46 std::string Base64EncodeUrlSafe(const char *src, int len);
164 std::string AlibabaCloud::OSS::Base64EncodeUrlSafe(const std::string &src) in Base64EncodeUrlSafe() function in AlibabaCloud::OSS166 return AlibabaCloud::OSS::Base64EncodeUrlSafe(src.c_str(), static_cast<int>(src.size())); in Base64EncodeUrlSafe()169 std::string AlibabaCloud::OSS::Base64EncodeUrlSafe(const char *src, int len) in Base64EncodeUrlSafe() function in AlibabaCloud::OSS
49 std::string ALIBABACLOUD_OSS_EXPORT Base64EncodeUrlSafe(const std::string& src);50 std::string ALIBABACLOUD_OSS_EXPORT Base64EncodeUrlSafe(const char* src, int len);
Completed in 6 milliseconds