Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/googletest/googletest/include/gtest/internal/
HDgtest-string.h159 static std::string FormatHexInt(int value);
/freebsd-13-stable/contrib/googletest/googletest/src/
HDgtest-printers.cc271 *os << ", 0x" << String::FormatHexInt(static_cast<int>(c)); in PrintCharAndCodeTo()
HDgtest.cc1950 const std::string error_hex("0x" + String::FormatHexInt(hr)); in HRESULTFailureHelper()
2228 std::string String::FormatHexInt(int value) { in FormatHexInt() function in testing::internal::String