Searched refs:kBase64UrlSafeChars (Results 1 – 1 of 1) sorted by relevance
23 const char kBase64UrlSafeChars[] = "-_"; variable58 input.find_first_of(kBase64UrlSafeChars) != std::string::npos; in Base64UrlDecode()