Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/googletest/googletest/include/gtest/internal/
Dgtest-string.h161 static std::string FormatHexUInt32(uint32_t value);
/device/generic/vulkan-cereal/third-party/googletest/googletest/src/
Dgtest.cc1981 return "(Invalid Unicode 0x" + String::FormatHexUInt32(code_point) + ")"; in CodePointToUtf8()
2192 std::string String::FormatHexUInt32(uint32_t value) { in FormatHexUInt32() function in testing::internal::String
2200 return FormatHexUInt32(static_cast<uint32_t>(value)); in FormatHexInt()