Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-string.h155 static std::string FormatHexUInt32(UInt32 value);
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
H A Dgtest.cc1766 return "(Invalid Unicode 0x" + String::FormatHexUInt32(code_point) + ")"; in CodePointToUtf8()
1972 std::string String::FormatHexUInt32(UInt32 value) { in FormatHexUInt32() function in testing::internal::String
1980 return FormatHexUInt32(static_cast<UInt32>(value)); in FormatHexInt()