Home
last modified time | relevance | path

Searched refs:FormatHexUInt32 (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-string.h162 static std::string FormatHexUInt32(uint32_t value);
/freebsd/contrib/googletest/googletest/src/
H A Dgtest.cc2017 return "(Invalid Unicode 0x" + String::FormatHexUInt32(code_point) + ")"; in CodePointToUtf8()
2221 std::string String::FormatHexUInt32(uint32_t value) { in FormatHexUInt32() function in testing::internal::String
2229 return FormatHexUInt32(static_cast<uint32_t>(value)); in FormatHexInt()