Home
last modified time | relevance | path

Searched refs:FormatHexInt (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-string.h152 static std::string FormatHexInt(int value);
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
H A Dgtest-printers.cc240 *os << ", 0x" << String::FormatHexInt(static_cast<int>(c)); in PrintCharAndCodeTo()
H A Dgtest.cc1701 const std::string error_hex("0x" + String::FormatHexInt(hr)); in HRESULTFailureHelper()
1979 std::string String::FormatHexInt(int value) { in FormatHexInt() function in testing::internal::String