Home
last modified time | relevance | path

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

/third_party/nghttp2/src/
Dutil.cc479 StringRef to_base64(BlockAllocator &balloc, const StringRef &token68str) { in to_base64() argument
481 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()
Dutil.h468 StringRef to_base64(BlockAllocator &balloc, const StringRef &token68str);