Searched refs:FormatHexUInt32 (Results 1 – 2 of 2) sorted by relevance
162 static std::string FormatHexUInt32(uint32_t value);
2017 return "(Invalid Unicode 0x" + String::FormatHexUInt32(code_point) + ")"; in CodePointToUtf8()2221 std::string String::FormatHexUInt32(uint32_t value) { in FormatHexUInt32() function in testing::internal::String2229 return FormatHexUInt32(static_cast<uint32_t>(value)); in FormatHexInt()