Home
last modified time | relevance | path

Searched defs:format_hex (Results 1 – 2 of 2) sorted by relevance

/third_party/nghttp2/src/
Dutil.h186 template <size_t N> std::string format_hex(const unsigned char (&s)[N]) { in format_hex() function
190 template <size_t N> std::string format_hex(const std::array<uint8_t, N> &s) { in format_hex() function
199 OutputIt format_hex(OutputIt it, const StringRef &s) { in format_hex() function
Dutil.cc459 std::string format_hex(const unsigned char *s, size_t len) { in format_hex() function
472 StringRef format_hex(BlockAllocator &balloc, const StringRef &s) { in format_hex() function