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