Home
last modified time | relevance | path

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

/ndk/sources/third_party/googletest/googletest/src/
Dgtest-printers.cc141 template <typename UnsignedChar, typename Char>
179 *os << "\\x" + String::FormatHexInt(static_cast<UnsignedChar>(c)); in PrintAsCharLiteralTo()
212 template <typename UnsignedChar, typename Char>
216 const CharFormat format = PrintAsCharLiteralTo<UnsignedChar>(c, os); in PrintCharAndCodeTo()
232 *os << ", 0x" << String::FormatHexInt(static_cast<UnsignedChar>(c)); in PrintCharAndCodeTo()
/ndk/sources/third_party/googletest/googletest/test/
Dgtest-printers_test.cc309 TEST(PrintCharTest, UnsignedChar) { in TEST() argument
475 TEST(PrintCharPointerTest, UnsignedChar) { in TEST() argument