Home
last modified time | relevance | path

Searched defs:format_hex (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DFormat.h186 inline FormattedNumber format_hex(uint64_t N, unsigned Width, in format_hex() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DFormat.h177 inline FormattedNumber format_hex(uint64_t N, unsigned Width, in format_hex() function
/third_party/nghttp2/src/
H A Dutil.h190 template <size_t N> std::string format_hex(const unsigned char (&s)[N]) { in format_hex() function
194 template <size_t N> std::string format_hex(const std::array<uint8_t, N> &s) { in format_hex() function
203 OutputIt format_hex(OutputIt it, const StringRef &s) { in format_hex() function
H A Dutil.cc501 std::string format_hex(const unsigned char *s, size_t len) { in format_hex() function
514 StringRef format_hex(BlockAllocator &balloc, const StringRef &s) { in format_hex() function

Completed in 7 milliseconds