Home
last modified time | relevance | path

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

/rocksdb-6.9/third-party/gtest-1.8.1/fused-src/gtest/
Dgtest-all.cc10850 enum CharFormat { enum
10868 static CharFormat PrintAsCharLiteralTo(Char c, ostream* os) { in PrintAsCharLiteralTo()
10917 static CharFormat PrintAsStringLiteralTo(wchar_t c, ostream* os) { in PrintAsStringLiteralTo()
10932 static CharFormat PrintAsStringLiteralTo(char c, ostream* os) { in PrintAsStringLiteralTo()
10945 const CharFormat format = PrintAsCharLiteralTo<UnsignedChar>(c, os); in PrintCharAndCodeTo()
10987 static CharFormat PrintCharsAsStringTo( in PrintCharsAsStringTo()
10992 CharFormat print_format = kAsIs; in PrintCharsAsStringTo()