Searched refs:FormatByte (Results 1 - 2 of 2) sorted by relevance

/gem5/ext/googletest/googletest/include/gtest/internal/
H A Dgtest-string.h154 static std::string FormatByte(unsigned char value);
/gem5/ext/googletest/googletest/src/
H A Dgtest.cc1973 std::string String::FormatByte(unsigned char value) { function in class:testing::internal::String
3507 m << "&#x" << String::FormatByte(static_cast<unsigned char>(ch))
3770 result.append("%" + String::FormatByte(static_cast<unsigned char>(ch)));

Completed in 24 milliseconds