Home
last modified time | relevance | path

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

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