• Home
  • Raw
  • Download

Lines Matching defs:os

8614                                 size_t count, ostream* os) {  in PrintByteSegmentInObjectTo()
8633 ostream* os) { in PrintBytesInObjectToImpl()
8665 ostream* os) { in PrintBytesInObjectTo()
8696 static CharFormat PrintAsCharLiteralTo(Char c, ostream* os) { in PrintAsCharLiteralTo()
8742 static CharFormat PrintAsWideStringLiteralTo(wchar_t c, ostream* os) { in PrintAsWideStringLiteralTo()
8757 static CharFormat PrintAsNarrowStringLiteralTo(char c, ostream* os) { in PrintAsNarrowStringLiteralTo()
8766 void PrintCharAndCodeTo(Char c, ostream* os) { in PrintCharAndCodeTo()
8791 void PrintTo(unsigned char c, ::std::ostream* os) { in PrintTo()
8794 void PrintTo(signed char c, ::std::ostream* os) { in PrintTo()
8800 void PrintTo(wchar_t wc, ostream* os) { in PrintTo()
8807 static void PrintCharsAsStringTo(const char* begin, size_t len, ostream* os) { in PrintCharsAsStringTo()
8824 void UniversalPrintArray(const char* begin, size_t len, ostream* os) { in UniversalPrintArray()
8832 ostream* os) { in PrintWideCharsAsStringTo()
8849 void PrintTo(const char* s, ostream* os) { in PrintTo()
8866 void PrintTo(const wchar_t* s, ostream* os) { in PrintTo()
8878 void PrintStringTo(const ::string& s, ostream* os) { in PrintStringTo()
8883 void PrintStringTo(const ::std::string& s, ostream* os) { in PrintStringTo()
8889 void PrintWideStringTo(const ::wstring& s, ostream* os) { in PrintWideStringTo()
8895 void PrintWideStringTo(const ::std::wstring& s, ostream* os) { in PrintWideStringTo()
8958 std::ostream& operator<<(std::ostream& os, const TestPartResult& result) { in operator <<()