Searched defs:PrintAsCharLiteralTo (Results 1 - 4 of 4) sorted by relevance

/external/chromium/testing/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.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/libvpx/libvpx/third_party/googletest/src/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/llvm/utils/unittest/googletest/
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);

Completed in 124 milliseconds