Lines Matching refs:ostream
56 using ::std::ostream;
68 size_t count, ostream* os) { in PrintByteSegmentInObjectTo()
87 ostream* os) { in PrintBytesInObjectToImpl()
119 ostream* os) { in PrintBytesInObjectTo()
150 static CharFormat PrintAsCharLiteralTo(Char c, ostream* os) { in PrintAsCharLiteralTo()
196 static CharFormat PrintAsWideStringLiteralTo(wchar_t c, ostream* os) { in PrintAsWideStringLiteralTo()
211 static CharFormat PrintAsNarrowStringLiteralTo(char c, ostream* os) { in PrintAsNarrowStringLiteralTo()
220 void PrintCharAndCodeTo(Char c, ostream* os) { in PrintCharAndCodeTo()
245 void PrintTo(unsigned char c, ::std::ostream* os) { in PrintTo()
248 void PrintTo(signed char c, ::std::ostream* os) { in PrintTo()
254 void PrintTo(wchar_t wc, ostream* os) { in PrintTo()
261 static void PrintCharsAsStringTo(const char* begin, size_t len, ostream* os) { in PrintCharsAsStringTo()
278 void UniversalPrintArray(const char* begin, size_t len, ostream* os) { in UniversalPrintArray()
286 ostream* os) { in PrintWideCharsAsStringTo()
303 void PrintTo(const char* s, ostream* os) { in PrintTo()
320 void PrintTo(const wchar_t* s, ostream* os) { in PrintTo()
332 void PrintStringTo(const ::string& s, ostream* os) { in PrintStringTo()
337 void PrintStringTo(const ::std::string& s, ostream* os) { in PrintStringTo()
343 void PrintWideStringTo(const ::wstring& s, ostream* os) { in PrintWideStringTo()
349 void PrintWideStringTo(const ::std::wstring& s, ostream* os) { in PrintWideStringTo()