Lines Matching defs:os
60 size_t count, ostream* os) { in PrintByteSegmentInObjectTo()
79 ostream* os) { in PrintBytesInObjectToImpl()
111 ostream* os) { in PrintBytesInObjectTo()
142 static CharFormat PrintAsCharLiteralTo(Char c, ostream* os) { in PrintAsCharLiteralTo()
188 static CharFormat PrintAsStringLiteralTo(wchar_t c, ostream* os) { in PrintAsStringLiteralTo()
203 static CharFormat PrintAsStringLiteralTo(char c, ostream* os) { in PrintAsStringLiteralTo()
213 void PrintCharAndCodeTo(Char c, ostream* os) { in PrintCharAndCodeTo()
237 void PrintTo(unsigned char c, ::std::ostream* os) { in PrintTo()
240 void PrintTo(signed char c, ::std::ostream* os) { in PrintTo()
246 void PrintTo(wchar_t wc, ostream* os) { in PrintTo()
256 const CharType* begin, size_t len, ostream* os) { in PrintCharsAsStringTo()
277 const CharType* begin, size_t len, ostream* os) { in UniversalPrintCharArray()
299 void UniversalPrintArray(const char* begin, size_t len, ostream* os) { in UniversalPrintArray()
305 void UniversalPrintArray(const wchar_t* begin, size_t len, ostream* os) { in UniversalPrintArray()
310 void PrintTo(const char* s, ostream* os) { in PrintTo()
327 void PrintTo(const wchar_t* s, ostream* os) { in PrintTo()
339 void PrintStringTo(const ::string& s, ostream* os) { in PrintStringTo()
344 void PrintStringTo(const ::std::string& s, ostream* os) { in PrintStringTo()
350 void PrintWideStringTo(const ::wstring& s, ostream* os) { in PrintWideStringTo()
356 void PrintWideStringTo(const ::std::wstring& s, ostream* os) { in PrintWideStringTo()