Searched defs:format_hex (Results 1 – 2 of 2) sorted by relevance
186 template <size_t N> std::string format_hex(const unsigned char (&s)[N]) { in format_hex() function190 template <size_t N> std::string format_hex(const std::array<uint8_t, N> &s) { in format_hex() function199 OutputIt format_hex(OutputIt it, const StringRef &s) { in format_hex() function
459 std::string format_hex(const unsigned char *s, size_t len) { in format_hex() function472 StringRef format_hex(BlockAllocator &balloc, const StringRef &s) { in format_hex() function