Home
last modified time | relevance | path

Searched refs:PrintAsCharLiteralTo (Results 1 – 7 of 7) sorted by relevance

/external/gtest/src/
Dgtest-printers.cc142 static CharFormat PrintAsCharLiteralTo(Char c, ostream* os) { in PrintAsCharLiteralTo() function
197 return PrintAsCharLiteralTo<wchar_t>(c, os); in PrintAsStringLiteralTo()
216 const CharFormat format = PrintAsCharLiteralTo<UnsignedChar>(c, os); in PrintCharAndCodeTo()
/external/mesa3d/src/gtest/src/
Dgtest-printers.cc150 static CharFormat PrintAsCharLiteralTo(Char c, ostream* os) { in PrintAsCharLiteralTo() function
205 return PrintAsCharLiteralTo<wchar_t>(c, os); in PrintAsWideStringLiteralTo()
223 const CharFormat format = PrintAsCharLiteralTo<UnsignedChar>(c, os); in PrintCharAndCodeTo()
/external/chromium_org/third_party/mesa/src/src/gtest/src/
Dgtest-printers.cc150 static CharFormat PrintAsCharLiteralTo(Char c, ostream* os) { in PrintAsCharLiteralTo() function
205 return PrintAsCharLiteralTo<wchar_t>(c, os); in PrintAsWideStringLiteralTo()
223 const CharFormat format = PrintAsCharLiteralTo<UnsignedChar>(c, os); in PrintCharAndCodeTo()
/external/llvm/utils/unittest/googletest/src/
Dgtest-printers.cc150 static CharFormat PrintAsCharLiteralTo(Char c, ostream* os) { in PrintAsCharLiteralTo() function
205 return PrintAsCharLiteralTo<wchar_t>(c, os); in PrintAsWideStringLiteralTo()
223 const CharFormat format = PrintAsCharLiteralTo<UnsignedChar>(c, os); in PrintCharAndCodeTo()
/external/chromium_org/testing/gtest/src/
Dgtest-printers.cc144 static CharFormat PrintAsCharLiteralTo(Char c, ostream* os) { in PrintAsCharLiteralTo() function
199 return PrintAsCharLiteralTo<wchar_t>(c, os); in PrintAsStringLiteralTo()
218 const CharFormat format = PrintAsCharLiteralTo<UnsignedChar>(c, os); in PrintCharAndCodeTo()
/external/libvpx/libvpx/third_party/googletest/src/src/
Dgtest-all.cc9155 static CharFormat PrintAsCharLiteralTo(Char c, ostream* os) { in PrintAsCharLiteralTo() function
9210 return PrintAsCharLiteralTo<wchar_t>(c, os); in PrintAsStringLiteralTo()
9229 const CharFormat format = PrintAsCharLiteralTo<UnsignedChar>(c, os); in PrintCharAndCodeTo()
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/src/
Dgtest-all.cc9155 static CharFormat PrintAsCharLiteralTo(Char c, ostream* os) { in PrintAsCharLiteralTo() function
9210 return PrintAsCharLiteralTo<wchar_t>(c, os); in PrintAsStringLiteralTo()
9229 const CharFormat format = PrintAsCharLiteralTo<UnsignedChar>(c, os); in PrintCharAndCodeTo()