Home
last modified time | relevance | path

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

/rocksdb-6.9/third-party/gtest-1.8.1/fused-src/gtest/
Dgtest-all.cc3197 const std::string error_hex("0x" + String::FormatHexInt(hr)); in HRESULTFailureHelper()
3262 return "(Invalid Unicode 0x" + String::FormatHexInt(code_point) + ")"; in CodePointToUtf8()
3467 std::string String::FormatHexInt(int value) { in FormatHexInt() function in testing::internal::String
10961 *os << ", 0x" << String::FormatHexInt(static_cast<UnsignedChar>(c)); in PrintCharAndCodeTo()
Dgtest.h4422 static std::string FormatHexInt(int value);