reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

utils/unittest/googletest/src/gtest-printers.cc
  146 static CharFormat PrintAsCharLiteralTo(Char c, ostream* os) {
  192 static CharFormat PrintAsStringLiteralTo(wchar_t c, ostream* os) {
  207 static CharFormat PrintAsStringLiteralTo(char c, ostream* os) {
  220   const CharFormat format = PrintAsCharLiteralTo<UnsignedChar>(c, os);