Searched refs:UnsignedChar (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/testing/gtest/src/
H A Dgtest-printers.cc143 // The template argument UnsignedChar is the unsigned version of Char,
145 template <typename UnsignedChar, typename Char>
183 *os << "\\x" + String::FormatHexInt(static_cast<UnsignedChar>(c));
215 // UnsignedChar is the unsigned version of Char, which is the type of c.
216 template <typename UnsignedChar, typename Char>
220 const CharFormat format = PrintAsCharLiteralTo<UnsignedChar>(c, os);
236 *os << ", 0x" << String::FormatHexInt(static_cast<UnsignedChar>(c));
/external/chromium_org/third_party/mesa/src/src/gtest/src/
H A Dgtest-printers.cc147 // The template argument UnsignedChar is the unsigned version of Char,
149 template <typename UnsignedChar, typename Char>
187 *os << String::Format("\\x%X", static_cast<UnsignedChar>(c));
218 // UnsignedChar is the unsigned version of Char, which is the type of c.
219 template <typename UnsignedChar, typename Char>
223 const CharFormat format = PrintAsCharLiteralTo<UnsignedChar>(c, os);
240 static_cast<UnsignedChar>(c)).c_str();
/external/gtest/src/
H A Dgtest-printers.cc139 // The template argument UnsignedChar is the unsigned version of Char,
141 template <typename UnsignedChar, typename Char>
179 *os << "\\x" + String::FormatHexInt(static_cast<UnsignedChar>(c));
211 // UnsignedChar is the unsigned version of Char, which is the type of c.
212 template <typename UnsignedChar, typename Char>
216 const CharFormat format = PrintAsCharLiteralTo<UnsignedChar>(c, os);
232 *os << ", 0x" << String::FormatHexInt(static_cast<UnsignedChar>(c));
/external/llvm/utils/unittest/googletest/src/
H A Dgtest-printers.cc147 // The template argument UnsignedChar is the unsigned version of Char,
149 template <typename UnsignedChar, typename Char>
187 *os << String::Format("\\x%X", static_cast<UnsignedChar>(c));
218 // UnsignedChar is the unsigned version of Char, which is the type of c.
219 template <typename UnsignedChar, typename Char>
223 const CharFormat format = PrintAsCharLiteralTo<UnsignedChar>(c, os);
240 static_cast<UnsignedChar>(c)).c_str();
/external/mesa3d/src/gtest/src/
H A Dgtest-printers.cc147 // The template argument UnsignedChar is the unsigned version of Char,
149 template <typename UnsignedChar, typename Char>
187 *os << String::Format("\\x%X", static_cast<UnsignedChar>(c));
218 // UnsignedChar is the unsigned version of Char, which is the type of c.
219 template <typename UnsignedChar, typename Char>
223 const CharFormat format = PrintAsCharLiteralTo<UnsignedChar>(c, os);
240 static_cast<UnsignedChar>(c)).c_str();
/external/clang/lib/Basic/
H A DTargetInfo.cpp108 case UnsignedChar: return "unsigned char";
130 case UnsignedChar:
144 case UnsignedChar: return getCharWidth();
159 return IsSigned ? SignedChar : UnsignedChar;
174 return IsSigned ? SignedChar : UnsignedChar;
213 case UnsignedChar: return getCharAlign();
236 case UnsignedChar:
H A DTargets.cpp5978 WCharType = UnsignedChar;
/external/clang/include/clang/Basic/
H A DTargetInfo.h113 UnsignedChar, enumerator in enum:clang::TargetInfo::IntType
/external/clang/lib/Frontend/
H A DInitPreprocessor.cpp694 DefineExactWidthIntType(TargetInfo::UnsignedChar, TI, Builder);
695 DefineExactWidthIntTypeSize(TargetInfo::UnsignedChar, TI, Builder);
/external/chromium_org/testing/gtest/test/
H A Dgtest-printers_test.cc305 TEST(PrintCharTest, UnsignedChar) {
469 TEST(PrintCharPointerTest, UnsignedChar) {
/external/gtest/test/
H A Dgtest-printers_test.cc309 TEST(PrintCharTest, UnsignedChar) {
475 TEST(PrintCharPointerTest, UnsignedChar) {
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc9150 // The template argument UnsignedChar is the unsigned version of Char,
9152 template <typename UnsignedChar, typename Char>
9190 *os << "\\x" + String::FormatHexInt(static_cast<UnsignedChar>(c));
9222 // UnsignedChar is the unsigned version of Char, which is the type of c.
9223 template <typename UnsignedChar, typename Char>
9227 const CharFormat format = PrintAsCharLiteralTo<UnsignedChar>(c, os);
9243 *os << ", 0x" << String::FormatHexInt(static_cast<UnsignedChar>(c));
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc9152 // The template argument UnsignedChar is the unsigned version of Char,
9154 template <typename UnsignedChar, typename Char>
9192 *os << "\\x" + String::FormatHexInt(static_cast<UnsignedChar>(c));
9224 // UnsignedChar is the unsigned version of Char, which is the type of c.
9225 template <typename UnsignedChar, typename Char>
9229 const CharFormat format = PrintAsCharLiteralTo<UnsignedChar>(c, os);
9245 *os << ", 0x" << String::FormatHexInt(static_cast<UnsignedChar>(c));
/external/clang/lib/AST/
H A DASTContext.cpp6306 case TargetInfo::UnsignedChar: return UnsignedCharTy;

Completed in 1107 milliseconds