HomeSort by relevance Sort by last modified time
    Searched refs:UnsignedChar (Results 1 - 13 of 13) sorted by null

  /external/chromium/testing/gtest/src/
gtest-printers.cc 147 // 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/chromium_org/testing/gtest/src/
gtest-printers.cc 139 // 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/chromium_org/third_party/mesa/src/src/gtest/src/
gtest-printers.cc 147 // 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/
gtest-printers.cc 147 // 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/llvm/utils/unittest/googletest/
gtest-printers.cc 147 // 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/
gtest-printers.cc 147 // 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();
  /ndk/sources/third_party/googletest/googletest/src/
gtest-printers.cc 139 // 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/chromium/chrome/common/
metrics_helpers.cc 42 inline const unsigned char* UnsignedChar(const char* input) {
135 xmlNewProp(root, UnsignedChar("hardwareclass"),
136 UnsignedChar(hardware_class_.c_str()));
325 UnsignedChar(name.c_str()),
326 UnsignedChar(value.c_str()));
358 UnsignedChar(name));
  /external/chromium/testing/gtest/test/
gtest-printers_test.cc 302 TEST(PrintCharTest, UnsignedChar) {
468 TEST(PrintCharPointerTest, UnsignedChar) {
    [all...]
  /external/gtest/test/
gtest-printers_test.cc 302 TEST(PrintCharTest, UnsignedChar) {
468 TEST(PrintCharPointerTest, UnsignedChar) {
    [all...]
  /external/chromium_org/testing/gtest/test/
gtest-printers_test.cc 304 TEST(PrintCharTest, UnsignedChar) {
470 TEST(PrintCharPointerTest, UnsignedChar) {
    [all...]
  /ndk/sources/third_party/googletest/googletest/test/
gtest-printers_test.cc 309 TEST(PrintCharTest, UnsignedChar) {
475 TEST(PrintCharPointerTest, UnsignedChar) {
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest-all.cc     [all...]

Completed in 1156 milliseconds