Home
last modified time | relevance | path

Searched refs:kBase64UrlSafeChars (Results 1 – 1 of 1) sorted by relevance

/external/libchrome/base/
Dbase64url.cc23 const char kBase64UrlSafeChars[] = "-_"; variable
58 input.find_first_of(kBase64UrlSafeChars) != std::string::npos; in Base64UrlDecode()