Lines Matching refs:ostream

45 //   1. foo::PrintTo(const T&, ostream*)
46 // 2. operator<<(ostream&, const T&) defined in either foo or the
69 // void ::testing::internal::UniversalTersePrint(const T& value, ostream*);
74 // void ::testing::internal::UniversalPrint(const T& value, ostream*);
98 #include <ostream> // NOLINT
113 // ostream.
116 ::std::ostream* os);
135 static void PrintValue(const T& value, ::std::ostream* os) {
149 static void PrintValue(const T& value, ::std::ostream* os) {
168 static void PrintValue(const T& value, ::std::ostream* os) {
174 // Prints the given value to the given ostream. If the value is a
190 // CharTraits> type instead of the more restricted std::ostream. If
191 // we define it to take an std::ostream instead, we'll get an
195 // operator<<(std::ostream&, const T&) or
218 void DefaultPrintNonContainerTo(const T& value, ::std::ostream* os) {
254 // value to the given ostream. The caller must ensure that
264 void UniversalPrint(const T& value, ::std::ostream* os);
271 const C& container, ::std::ostream* os) {
305 T* p, ::std::ostream* os) {
337 const T& value, ::std::ostream* os) {
353 void PrintTo(const T& value, ::std::ostream* os) {
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) {
394 inline void PrintTo(bool x, ::std::ostream* os) {
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) {
415 inline void PrintTo(const signed char* s, ::std::ostream* os) {
418 inline void PrintTo(signed char* s, ::std::ostream* os) {
421 inline void PrintTo(const unsigned char* s, ::std::ostream* os) {
424 inline void PrintTo(unsigned char* s, ::std::ostream* os) {
435 GTEST_API_ void PrintTo(const wchar_t* s, ::std::ostream* os);
436 inline void PrintTo(wchar_t* s, ::std::ostream* os) {
447 void PrintRawArrayTo(const T a[], size_t count, ::std::ostream* os) {
457 GTEST_API_ void PrintStringTo(const ::string&s, ::std::ostream* os);
458 inline void PrintTo(const ::string& s, ::std::ostream* os) {
463 GTEST_API_ void PrintStringTo(const ::std::string&s, ::std::ostream* os);
464 inline void PrintTo(const ::std::string& s, ::std::ostream* os) {
470 GTEST_API_ void PrintWideStringTo(const ::wstring&s, ::std::ostream* os);
471 inline void PrintTo(const ::wstring& s, ::std::ostream* os) {
477 GTEST_API_ void PrintWideStringTo(const ::std::wstring&s, ::std::ostream* os);
478 inline void PrintTo(const ::std::wstring& s, ::std::ostream* os) {
490 void PrintTupleTo(const T& t, ::std::ostream* os);
497 inline void PrintTo(const ::std::tr1::tuple<>& t, ::std::ostream* os) {
502 void PrintTo(const ::std::tr1::tuple<T1>& t, ::std::ostream* os) {
507 void PrintTo(const ::std::tr1::tuple<T1, T2>& t, ::std::ostream* os) {
512 void PrintTo(const ::std::tr1::tuple<T1, T2, T3>& t, ::std::ostream* os) {
517 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4>& t, ::std::ostream* os) {
523 ::std::ostream* os) {
530 ::std::ostream* os) {
537 ::std::ostream* os) {
544 ::std::ostream* os) {
551 ::std::ostream* os) {
559 ::std::ostream* os) {
566 void PrintTo(const ::std::pair<T1, T2>& value, ::std::ostream* os) {
591 static void Print(const T& value, ::std::ostream* os) {
611 void UniversalPrintArray(const T* begin, size_t len, ::std::ostream* os) {
635 ::std::ostream* os);
643 static void Print(const T (&a)[N], ::std::ostream* os) {
659 static void Print(const T& value, ::std::ostream* os) {
677 void UniversalTersePrint(const T& value, ::std::ostream* os) {
680 inline void UniversalTersePrint(const char* str, ::std::ostream* os) {
687 inline void UniversalTersePrint(char* str, ::std::ostream* os) {
696 void UniversalPrint(const T& value, ::std::ostream* os) {
715 static void PrintPrefixTo(const Tuple& t, ::std::ostream* os) {
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) {