• Home
  • Raw
  • Download

Lines Matching refs:ostream

116                                      ::std::ostream* os);
135 static void PrintValue(const T& value, ::std::ostream* os) { in PrintValue()
149 static void PrintValue(const T& value, ::std::ostream* os) { in PrintValue()
168 static void PrintValue(const T& value, ::std::ostream* os) { in PrintValue()
218 void DefaultPrintNonContainerTo(const T& value, ::std::ostream* os) { in DefaultPrintNonContainerTo()
264 void UniversalPrint(const T& value, ::std::ostream* os);
271 const C& container, ::std::ostream* os) { in DefaultPrintTo()
305 T* p, ::std::ostream* os) { in DefaultPrintTo()
337 const T& value, ::std::ostream* os) { in DefaultPrintTo()
353 void PrintTo(const T& value, ::std::ostream* os) { in PrintTo()
384 GTEST_API_ void PrintTo(unsigned char c, ::std::ostream* os);
385 GTEST_API_ void PrintTo(signed char c, ::std::ostream* os);
386 inline void PrintTo(char c, ::std::ostream* os) { in PrintTo()
394 inline void PrintTo(bool x, ::std::ostream* os) { in PrintTo()
405 GTEST_API_ void PrintTo(wchar_t wc, ::std::ostream* os);
408 GTEST_API_ void PrintTo(const char* s, ::std::ostream* os);
409 inline void PrintTo(char* s, ::std::ostream* os) { in PrintTo()
415 inline void PrintTo(const signed char* s, ::std::ostream* os) { in PrintTo()
418 inline void PrintTo(signed char* s, ::std::ostream* os) { in PrintTo()
421 inline void PrintTo(const unsigned char* s, ::std::ostream* os) { in PrintTo()
424 inline void PrintTo(unsigned char* s, ::std::ostream* os) { in PrintTo()
435 GTEST_API_ void PrintTo(const wchar_t* s, ::std::ostream* os);
436 inline void PrintTo(wchar_t* s, ::std::ostream* os) { in PrintTo()
447 void PrintRawArrayTo(const T a[], size_t count, ::std::ostream* os) { in PrintRawArrayTo()
457 GTEST_API_ void PrintStringTo(const ::string&s, ::std::ostream* os);
458 inline void PrintTo(const ::string& s, ::std::ostream* os) { in PrintTo()
463 GTEST_API_ void PrintStringTo(const ::std::string&s, ::std::ostream* os);
464 inline void PrintTo(const ::std::string& s, ::std::ostream* os) { in PrintTo()
470 GTEST_API_ void PrintWideStringTo(const ::wstring&s, ::std::ostream* os);
471 inline void PrintTo(const ::wstring& s, ::std::ostream* os) { in PrintTo()
477 GTEST_API_ void PrintWideStringTo(const ::std::wstring&s, ::std::ostream* os);
478 inline void PrintTo(const ::std::wstring& s, ::std::ostream* os) { in PrintTo()
490 void PrintTupleTo(const T& t, ::std::ostream* os);
497 inline void PrintTo(const ::std::tr1::tuple<>& t, ::std::ostream* os) { in PrintTo()
502 void PrintTo(const ::std::tr1::tuple<T1>& t, ::std::ostream* os) { in PrintTo()
507 void PrintTo(const ::std::tr1::tuple<T1, T2>& t, ::std::ostream* os) { in PrintTo()
512 void PrintTo(const ::std::tr1::tuple<T1, T2, T3>& t, ::std::ostream* os) { in PrintTo()
517 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4>& t, ::std::ostream* os) { in PrintTo()
523 ::std::ostream* os) { in PrintTo()
530 ::std::ostream* os) { in PrintTo()
537 ::std::ostream* os) { in PrintTo()
544 ::std::ostream* os) { in PrintTo()
551 ::std::ostream* os) { in PrintTo()
559 ::std::ostream* os) { in PrintTo()
566 void PrintTo(const ::std::pair<T1, T2>& value, ::std::ostream* os) { in PrintTo()
591 static void Print(const T& value, ::std::ostream* os) { in Print()
611 void UniversalPrintArray(const T* begin, size_t len, ::std::ostream* os) { in UniversalPrintArray()
635 ::std::ostream* os);
643 static void Print(const T (&a)[N], ::std::ostream* os) { in Print()
659 static void Print(const T& value, ::std::ostream* os) { in Print()
677 void UniversalTersePrint(const T& value, ::std::ostream* os) { in UniversalTersePrint()
680 inline void UniversalTersePrint(const char* str, ::std::ostream* os) { in UniversalTersePrint()
687 inline void UniversalTersePrint(char* str, ::std::ostream* os) { in UniversalTersePrint()
696 void UniversalPrint(const T& value, ::std::ostream* os) { in UniversalPrint()
715 static void PrintPrefixTo(const Tuple& t, ::std::ostream* os) { in PrintPrefixTo()
737 static void PrintPrefixTo(const Tuple&, ::std::ostream*) {}
750 static void PrintPrefixTo(const Tuple& t, ::std::ostream* os) {
766 void PrintTupleTo(const T& t, ::std::ostream* os) {