Searched refs:token68str (Results 1 – 2 of 2) sorted by relevance
479 StringRef to_base64(BlockAllocator &balloc, const StringRef &token68str) { in to_base64() argument481 auto len = token68str.size() + 3; in to_base64()485 p = std::transform(std::begin(token68str), std::end(token68str), p, in to_base64()497 auto rem = token68str.size() & 0x3; in to_base64()
468 StringRef to_base64(BlockAllocator &balloc, const StringRef &token68str);