Lines Matching defs:os
153 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()
407 const C& container, ::std::ostream* os) { in DefaultPrintTo()
440 T* p, ::std::ostream* os) { in DefaultPrintTo()
452 T* p, ::std::ostream* os) { in DefaultPrintTo()
467 const T& value, ::std::ostream* os) { in DefaultPrintTo()
483 void PrintTo(const T& value, ::std::ostream* os) { in PrintTo()
523 inline void PrintTo(char c, ::std::ostream* os) { in PrintTo()
531 inline void PrintTo(bool x, ::std::ostream* os) { in PrintTo()
546 inline void PrintTo(char* s, ::std::ostream* os) { in PrintTo()
552 inline void PrintTo(const signed char* s, ::std::ostream* os) { in PrintTo()
555 inline void PrintTo(signed char* s, ::std::ostream* os) { in PrintTo()
558 inline void PrintTo(const unsigned char* s, ::std::ostream* os) { in PrintTo()
561 inline void PrintTo(unsigned char* s, ::std::ostream* os) { in PrintTo()
573 inline void PrintTo(wchar_t* s, ::std::ostream* os) { in PrintTo()
584 void PrintRawArrayTo(const T a[], size_t count, ::std::ostream* os) { in PrintRawArrayTo()
594 inline void PrintTo(const ::std::string& s, ::std::ostream* os) { in PrintTo()
601 inline void PrintTo(const ::std::wstring& s, ::std::ostream* os) { in PrintTo()
608 inline void PrintTo(absl::string_view sp, ::std::ostream* os) { in PrintTo()
613 inline void PrintTo(std::nullptr_t, ::std::ostream* os) { *os << "(nullptr)"; } in PrintTo()
616 void PrintTo(std::reference_wrapper<T> ref, ::std::ostream* os) { in PrintTo()
628 ::std::ostream* os) { in PrintTupleTo()
640 void PrintTo(const ::std::tuple<Types...>& t, ::std::ostream* os) { in PrintTo()
648 void PrintTo(const ::std::pair<T1, T2>& value, ::std::ostream* os) { in PrintTo()
670 static void Print(const T& value, ::std::ostream* os) { in Print()
692 static void Print(const ::absl::optional<T>& value, ::std::ostream* os) { in Print()
708 static void Print(const ::absl::variant<T...>& value, ::std::ostream* os) { in Print()
730 void UniversalPrintArray(const T* begin, size_t len, ::std::ostream* os) { in UniversalPrintArray()
764 static void Print(const T (&a)[N], ::std::ostream* os) { in Print()
777 static void Print(const T& value, ::std::ostream* os) { in Print()
796 static void Print(const T& value, ::std::ostream* os) { in Print()
803 static void Print(const T& value, ::std::ostream* os) { in Print()
810 static void Print(const T (&value)[N], ::std::ostream* os) { in Print()
817 static void Print(const char* str, ::std::ostream* os) { in Print()
828 static void Print(char* str, ::std::ostream* os) { in Print()
837 static void Print(const wchar_t* str, ::std::ostream* os) { in Print()
850 static void Print(wchar_t* str, ::std::ostream* os) { in Print()
856 void UniversalTersePrint(const T& value, ::std::ostream* os) { in UniversalTersePrint()
865 void UniversalPrint(const T& value, ::std::ostream* os) { in UniversalPrint()
908 const T& value, ::std::ostream* os) { in PrintValue()