• Home
  • Raw
  • Download

Lines Matching defs:os

64                                 size_t count, ostream* os) {  in PrintByteSegmentInObjectTo()
83 ostream* os) { in PrintBytesInObjectToImpl()
115 ostream* os) { in PrintBytesInObjectTo()
146 static CharFormat PrintAsCharLiteralTo(Char c, ostream* os) { in PrintAsCharLiteralTo()
192 static CharFormat PrintAsStringLiteralTo(wchar_t c, ostream* os) { in PrintAsStringLiteralTo()
207 static CharFormat PrintAsStringLiteralTo(char c, ostream* os) { in PrintAsStringLiteralTo()
217 void PrintCharAndCodeTo(Char c, ostream* os) { in PrintCharAndCodeTo()
241 void PrintTo(unsigned char c, ::std::ostream* os) { in PrintTo()
244 void PrintTo(signed char c, ::std::ostream* os) { in PrintTo()
250 void PrintTo(wchar_t wc, ostream* os) { in PrintTo()
263 const CharType* begin, size_t len, ostream* os) { in PrintCharsAsStringTo()
287 const CharType* begin, size_t len, ostream* os) { in UniversalPrintCharArray()
309 void UniversalPrintArray(const char* begin, size_t len, ostream* os) { in UniversalPrintArray()
315 void UniversalPrintArray(const wchar_t* begin, size_t len, ostream* os) { in UniversalPrintArray()
320 void PrintTo(const char* s, ostream* os) { in PrintTo()
337 void PrintTo(const wchar_t* s, ostream* os) { in PrintTo()
349 void PrintStringTo(const ::string& s, ostream* os) { in PrintStringTo()
354 void PrintStringTo(const ::std::string& s, ostream* os) { in PrintStringTo()
360 void PrintWideStringTo(const ::wstring& s, ostream* os) { in PrintWideStringTo()
366 void PrintWideStringTo(const ::std::wstring& s, ostream* os) { in PrintWideStringTo()