Lines Matching defs:os

139   static void PrintValue(const T& value, ::std::ostream* os) {  in PrintValue()
153 static void PrintValue(const T& value, ::std::ostream* os) { in PrintValue()
172 static void PrintValue(const T& value, ::std::ostream* os) { in PrintValue()
222 void DefaultPrintNonContainerTo(const T& value, ::std::ostream* os) { in DefaultPrintNonContainerTo()
275 const C& container, ::std::ostream* os) { in DefaultPrintTo()
309 T* p, ::std::ostream* os) { in DefaultPrintTo()
341 const T& value, ::std::ostream* os) { in DefaultPrintTo()
357 void PrintTo(const T& value, ::std::ostream* os) { in PrintTo()
390 inline void PrintTo(char c, ::std::ostream* os) { in PrintTo()
398 inline void PrintTo(bool x, ::std::ostream* os) { in PrintTo()
413 inline void PrintTo(char* s, ::std::ostream* os) { in PrintTo()
419 inline void PrintTo(const signed char* s, ::std::ostream* os) { in PrintTo()
422 inline void PrintTo(signed char* s, ::std::ostream* os) { in PrintTo()
425 inline void PrintTo(const unsigned char* s, ::std::ostream* os) { in PrintTo()
428 inline void PrintTo(unsigned char* s, ::std::ostream* os) { in PrintTo()
440 inline void PrintTo(wchar_t* s, ::std::ostream* os) { in PrintTo()
451 void PrintRawArrayTo(const T a[], size_t count, ::std::ostream* os) { in PrintRawArrayTo()
462 inline void PrintTo(const ::string& s, ::std::ostream* os) { in PrintTo()
468 inline void PrintTo(const ::std::string& s, ::std::ostream* os) { in PrintTo()
475 inline void PrintTo(const ::wstring& s, ::std::ostream* os) { in PrintTo()
482 inline void PrintTo(const ::std::wstring& s, ::std::ostream* os) { in PrintTo()
503 inline void PrintTo(const ::std::tr1::tuple<>& t, ::std::ostream* os) { in PrintTo()
508 void PrintTo(const ::std::tr1::tuple<T1>& t, ::std::ostream* os) { in PrintTo()
513 void PrintTo(const ::std::tr1::tuple<T1, T2>& t, ::std::ostream* os) { in PrintTo()
518 void PrintTo(const ::std::tr1::tuple<T1, T2, T3>& t, ::std::ostream* os) { in PrintTo()
523 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4>& t, ::std::ostream* os) { in PrintTo()
529 ::std::ostream* os) { in PrintTo()
536 ::std::ostream* os) { in PrintTo()
543 ::std::ostream* os) { in PrintTo()
550 ::std::ostream* os) { in PrintTo()
557 ::std::ostream* os) { in PrintTo()
565 ::std::ostream* os) { in PrintTo()
572 void PrintTo(const ::std::tuple<Types...>& t, ::std::ostream* os) { in PrintTo()
579 void PrintTo(const ::std::pair<T1, T2>& value, ::std::ostream* os) { in PrintTo()
601 static void Print(const T& value, ::std::ostream* os) { in Print()
619 void UniversalPrintArray(const T* begin, size_t len, ::std::ostream* os) { in UniversalPrintArray()
654 static void Print(const T (&a)[N], ::std::ostream* os) { in Print()
667 static void Print(const T& value, ::std::ostream* os) { in Print()
686 static void Print(const T& value, ::std::ostream* os) { in Print()
693 static void Print(const T& value, ::std::ostream* os) { in Print()
700 static void Print(const T (&value)[N], ::std::ostream* os) { in Print()
707 static void Print(const char* str, ::std::ostream* os) { in Print()
718 static void Print(char* str, ::std::ostream* os) { in Print()
727 static void Print(const wchar_t* str, ::std::ostream* os) { in Print()
740 static void Print(wchar_t* str, ::std::ostream* os) { in Print()
746 void UniversalTersePrint(const T& value, ::std::ostream* os) { in UniversalTersePrint()
755 void UniversalPrint(const T& value, ::std::ostream* os) { in UniversalPrint()