Lines Matching defs:os

154   static void PrintValue(const T& value, ::std::ostream* os) {  in PrintValue()
169 static void PrintValue(const T& value, ::std::ostream* os) { in PrintValue()
188 static void PrintValue(const T& value, ::std::ostream* os) { in PrintValue()
260 void DefaultPrintNonContainerTo(const T& value, ::std::ostream* os) { in DefaultPrintNonContainerTo()
417 const C& container, ::std::ostream* os) { in DefaultPrintTo()
450 T* p, ::std::ostream* os) { in DefaultPrintTo()
462 T* p, ::std::ostream* os) { in DefaultPrintTo()
477 const T& value, ::std::ostream* os) { in DefaultPrintTo()
493 void PrintTo(const T& value, ::std::ostream* os) { in PrintTo()
537 inline void PrintTo(char c, ::std::ostream* os) { in PrintTo()
545 inline void PrintTo(bool x, ::std::ostream* os) { in PrintTo()
560 inline void PrintTo(char* s, ::std::ostream* os) { in PrintTo()
566 inline void PrintTo(const signed char* s, ::std::ostream* os) { in PrintTo()
569 inline void PrintTo(signed char* s, ::std::ostream* os) { in PrintTo()
572 inline void PrintTo(const unsigned char* s, ::std::ostream* os) { in PrintTo()
575 inline void PrintTo(unsigned char* s, ::std::ostream* os) { in PrintTo()
587 inline void PrintTo(wchar_t* s, ::std::ostream* os) { in PrintTo()
598 void PrintRawArrayTo(const T a[], size_t count, ::std::ostream* os) { in PrintRawArrayTo()
609 inline void PrintTo(const ::string& s, ::std::ostream* os) { in PrintTo()
615 inline void PrintTo(const ::std::string& s, ::std::ostream* os) { in PrintTo()
622 inline void PrintTo(const ::wstring& s, ::std::ostream* os) { in PrintTo()
629 inline void PrintTo(const ::std::wstring& s, ::std::ostream* os) { in PrintTo()
636 inline void PrintTo(absl::string_view sp, ::std::ostream* os) { in PrintTo()
642 inline void PrintTo(std::nullptr_t, ::std::ostream* os) { *os << "(nullptr)"; } in PrintTo()
661 inline void PrintTo(const ::std::tr1::tuple<>& t, ::std::ostream* os) { in PrintTo()
666 void PrintTo(const ::std::tr1::tuple<T1>& t, ::std::ostream* os) { in PrintTo()
671 void PrintTo(const ::std::tr1::tuple<T1, T2>& t, ::std::ostream* os) { in PrintTo()
676 void PrintTo(const ::std::tr1::tuple<T1, T2, T3>& t, ::std::ostream* os) { in PrintTo()
681 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4>& t, ::std::ostream* os) { in PrintTo()
687 ::std::ostream* os) { in PrintTo()
694 ::std::ostream* os) { in PrintTo()
701 ::std::ostream* os) { in PrintTo()
708 ::std::ostream* os) { in PrintTo()
715 ::std::ostream* os) { in PrintTo()
723 ::std::ostream* os) { in PrintTo()
730 void PrintTo(const ::std::tuple<Types...>& t, ::std::ostream* os) { in PrintTo()
737 void PrintTo(const ::std::pair<T1, T2>& value, ::std::ostream* os) { in PrintTo()
759 static void Print(const T& value, ::std::ostream* os) { in Print()
781 static void Print(const ::absl::optional<T>& value, ::std::ostream* os) { in Print()
797 static void Print(const ::absl::variant<T...>& value, ::std::ostream* os) { in Print()
819 void UniversalPrintArray(const T* begin, size_t len, ::std::ostream* os) { in UniversalPrintArray()
854 static void Print(const T (&a)[N], ::std::ostream* os) { in Print()
867 static void Print(const T& value, ::std::ostream* os) { in Print()
886 static void Print(const T& value, ::std::ostream* os) { in Print()
893 static void Print(const T& value, ::std::ostream* os) { in Print()
900 static void Print(const T (&value)[N], ::std::ostream* os) { in Print()
907 static void Print(const char* str, ::std::ostream* os) { in Print()
918 static void Print(char* str, ::std::ostream* os) { in Print()
927 static void Print(const wchar_t* str, ::std::ostream* os) { in Print()
940 static void Print(wchar_t* str, ::std::ostream* os) { in Print()
946 void UniversalTersePrint(const T& value, ::std::ostream* os) { in UniversalTersePrint()
955 void UniversalPrint(const T& value, ::std::ostream* os) { in UniversalPrint()