• Home
  • Raw
  • Download

Lines Matching defs: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()
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()
386 inline void PrintTo(char c, ::std::ostream* os) { in PrintTo()
394 inline void PrintTo(bool x, ::std::ostream* os) { in PrintTo()
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()
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()
458 inline void PrintTo(const ::string& s, ::std::ostream* os) { in PrintTo()
464 inline void PrintTo(const ::std::string& s, ::std::ostream* os) { in PrintTo()
471 inline void PrintTo(const ::wstring& s, ::std::ostream* os) { in PrintTo()
478 inline void PrintTo(const ::std::wstring& s, ::std::ostream* os) { in PrintTo()
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()
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()