Searched refs:IsBase64Encoded (Results 1 – 3 of 3) sorted by relevance
58 static bool IsBase64Encoded(const std::string& str);
90 bool Base64::IsBase64Encoded(const std::string& str) { in IsBase64Encoded() function in rtc::Base64
168 if (!rtc::Base64::IsBase64Encoded(username)) in VerifyUsernameFormat()