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

/external/chromium_org/testing/gtest/src/
H A Dgtest-printers.cc146 static CharFormat PrintAsCharLiteralTo(Char c, ostream* os) { function in namespace:testing::internal
201 return PrintAsCharLiteralTo<wchar_t>(c, os);
220 const CharFormat format = PrintAsCharLiteralTo<UnsignedChar>(c, os);
/external/chromium_org/third_party/mesa/src/src/gtest/src/
H A Dgtest-printers.cc150 static CharFormat PrintAsCharLiteralTo(Char c, ostream* os) { function in namespace:testing::internal
205 return PrintAsCharLiteralTo<wchar_t>(c, os);
223 const CharFormat format = PrintAsCharLiteralTo<UnsignedChar>(c, os);
/external/gtest/src/
H A Dgtest-printers.cc142 static CharFormat PrintAsCharLiteralTo(Char c, ostream* os) { function in namespace:testing::internal
197 return PrintAsCharLiteralTo<wchar_t>(c, os);
216 const CharFormat format = PrintAsCharLiteralTo<UnsignedChar>(c, os);
/external/llvm/utils/unittest/googletest/src/
H A Dgtest-printers.cc150 static CharFormat PrintAsCharLiteralTo(Char c, ostream* os) { function in namespace:testing::internal
205 return PrintAsCharLiteralTo<wchar_t>(c, os);
223 const CharFormat format = PrintAsCharLiteralTo<UnsignedChar>(c, os);
/external/mesa3d/src/gtest/src/
H A Dgtest-printers.cc150 static CharFormat PrintAsCharLiteralTo(Char c, ostream* os) { function in namespace:testing::internal
205 return PrintAsCharLiteralTo<wchar_t>(c, os);
223 const CharFormat format = PrintAsCharLiteralTo<UnsignedChar>(c, os);
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc9153 static CharFormat PrintAsCharLiteralTo(Char c, ostream* os) {
9208 return PrintAsCharLiteralTo<wchar_t>(c, os);
9227 const CharFormat format = PrintAsCharLiteralTo<UnsignedChar>(c, os);
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc9155 static CharFormat PrintAsCharLiteralTo(Char c, ostream* os) {
9210 return PrintAsCharLiteralTo<wchar_t>(c, os);
9229 const CharFormat format = PrintAsCharLiteralTo<UnsignedChar>(c, os);

Completed in 1358 milliseconds