Searched refs:FormatHexInt (Results 1 - 3 of 3) sorted by relevance

/gem5/ext/googletest/googletest/include/gtest/internal/
H A Dgtest-string.h151 static std::string FormatHexInt(int value);
/gem5/ext/googletest/googletest/src/
H A Dgtest-printers.cc183 *os << "\\x" + String::FormatHexInt(static_cast<UnsignedChar>(c));
236 *os << ", 0x" << String::FormatHexInt(static_cast<UnsignedChar>(c));
H A Dgtest.cc1696 const std::string error_hex("0x" + String::FormatHexInt(hr));
1761 return "(Invalid Unicode 0x" + String::FormatHexInt(code_point) + ")";
1966 std::string String::FormatHexInt(int value) { function in class:testing::internal::String

Completed in 25 milliseconds