• Home
  • Raw
  • Download

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()
372 const C& container, ::std::ostream* os) { in DefaultPrintTo()
406 T* p, ::std::ostream* os) { in DefaultPrintTo()
438 const T& value, ::std::ostream* os) { in DefaultPrintTo()
454 void PrintTo(const T& value, ::std::ostream* os) { in PrintTo()
487 inline void PrintTo(char c, ::std::ostream* os) { in PrintTo()
495 inline void PrintTo(bool x, ::std::ostream* os) { in PrintTo()
510 inline void PrintTo(char* s, ::std::ostream* os) { in PrintTo()
516 inline void PrintTo(const signed char* s, ::std::ostream* os) { in PrintTo()
519 inline void PrintTo(signed char* s, ::std::ostream* os) { in PrintTo()
522 inline void PrintTo(const unsigned char* s, ::std::ostream* os) { in PrintTo()
525 inline void PrintTo(unsigned char* s, ::std::ostream* os) { in PrintTo()
537 inline void PrintTo(wchar_t* s, ::std::ostream* os) { in PrintTo()
548 void PrintRawArrayTo(const T a[], size_t count, ::std::ostream* os) { in PrintRawArrayTo()
559 inline void PrintTo(const ::string& s, ::std::ostream* os) { in PrintTo()
565 inline void PrintTo(const ::std::string& s, ::std::ostream* os) { in PrintTo()
572 inline void PrintTo(const ::wstring& s, ::std::ostream* os) { in PrintTo()
579 inline void PrintTo(const ::std::wstring& s, ::std::ostream* os) { in PrintTo()
600 inline void PrintTo(const ::std::tr1::tuple<>& t, ::std::ostream* os) { in PrintTo()
605 void PrintTo(const ::std::tr1::tuple<T1>& t, ::std::ostream* os) { in PrintTo()
610 void PrintTo(const ::std::tr1::tuple<T1, T2>& t, ::std::ostream* os) { in PrintTo()
615 void PrintTo(const ::std::tr1::tuple<T1, T2, T3>& t, ::std::ostream* os) { in PrintTo()
620 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4>& t, ::std::ostream* os) { in PrintTo()
626 ::std::ostream* os) { in PrintTo()
633 ::std::ostream* os) { in PrintTo()
640 ::std::ostream* os) { in PrintTo()
647 ::std::ostream* os) { in PrintTo()
654 ::std::ostream* os) { in PrintTo()
662 ::std::ostream* os) { in PrintTo()
669 void PrintTo(const ::std::tuple<Types...>& t, ::std::ostream* os) { in PrintTo()
676 void PrintTo(const ::std::pair<T1, T2>& value, ::std::ostream* os) { in PrintTo()
698 static void Print(const T& value, ::std::ostream* os) { in Print()
716 void UniversalPrintArray(const T* begin, size_t len, ::std::ostream* os) { in UniversalPrintArray()
751 static void Print(const T (&a)[N], ::std::ostream* os) { in Print()
764 static void Print(const T& value, ::std::ostream* os) { in Print()
783 static void Print(const T& value, ::std::ostream* os) { in Print()
790 static void Print(const T& value, ::std::ostream* os) { in Print()
797 static void Print(const T (&value)[N], ::std::ostream* os) { in Print()
804 static void Print(const char* str, ::std::ostream* os) { in Print()
815 static void Print(char* str, ::std::ostream* os) { in Print()
824 static void Print(const wchar_t* str, ::std::ostream* os) { in Print()
837 static void Print(wchar_t* str, ::std::ostream* os) { in Print()
843 void UniversalTersePrint(const T& value, ::std::ostream* os) { in UniversalTersePrint()
852 void UniversalPrint(const T& value, ::std::ostream* os) { in UniversalPrint()