reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/Support/raw_os_ostream.h
   25   std::ostream &OS;
   35   raw_os_ostream(std::ostream &O) : OS(O) {}
include/llvm/Testing/Support/Error.h
   53   void DescribeTo(std::ostream *OS) const override {
   59   void DescribeNegationTo(std::ostream *OS) const override {
  112   void DescribeTo(std::ostream *OS) const override {
  120   void DescribeNegationTo(std::ostream *OS) const override {
include/llvm/Testing/Support/SupportHelpers.h
   36 inline void PrintTo(const ErrorHolder &Err, std::ostream *Out) {
   51 void PrintTo(const ExpectedHolder<T> &Item, std::ostream *Out) {
   81     void DescribeTo(std::ostream *OS) const override {
   85     void DescribeNegationTo(std::ostream *OS) const override {
tools/clang/include/clang/Analysis/Analyses/ThreadSafetyTraverse.h
  925 class StdPrinter : public PrettyPrinter<StdPrinter, std::ostream> {};
tools/clang/include/clang/Analysis/Analyses/ThreadSafetyUtil.h
  350 inline std::ostream& operator<<(std::ostream& ss, const StringRef str) {
  350 inline std::ostream& operator<<(std::ostream& ss, const StringRef str) {
tools/clang/tools/extra/clangd/unittests/FuzzyMatchTests.cpp
   52   void DescribeTo(::std::ostream *OS) const override {
  187   void DescribeTo(::std::ostream *OS) const override {
tools/clang/tools/extra/clangd/unittests/Matchers.h
   44   void DescribeTo(std::ostream *OS) const override {
  158     virtual void DescribeTo(::std::ostream *os) const {
  163     virtual void DescribeNegationTo(::std::ostream *os) const {
tools/clang/unittests/Tooling/TestVisitor.h
  209     friend std::ostream &operator<<(std::ostream &Stream,
  209     friend std::ostream &operator<<(std::ostream &Stream,
tools/lldb/include/lldb/Core/STLUtils.h
   49 inline void PrintAllCollectionElements(std::ostream &s, const T &coll,
tools/lldb/unittests/Symbol/TestDWARFCallFrameInfo.cpp
   55 static std::ostream &operator<<(std::ostream &OS, const UnwindPlan::Row &row) {
   55 static std::ostream &operator<<(std::ostream &OS, const UnwindPlan::Row &row) {
tools/lldb/unittests/UnwindAssembly/x86/Testx86AssemblyInspectionEngine.cpp
  135 static std::ostream &operator<<(std::ostream &OS,
  135 static std::ostream &operator<<(std::ostream &OS,
tools/lldb/unittests/Utility/VMRangeTest.cpp
   18 void PrintTo(const VMRange &v, std::ostream *os) {
tools/lldb/unittests/tools/lldb-server/tests/MessageObjects.cpp
  367 std::ostream &lldb_private::operator<<(std::ostream &OS,
  367 std::ostream &lldb_private::operator<<(std::ostream &OS,
tools/lldb/unittests/tools/lldb-server/tests/MessageObjects.h
  183 std::ostream &operator<<(std::ostream &OS, const RegisterValue &RegVal);
  183 std::ostream &operator<<(std::ostream &OS, const RegisterValue &RegVal);
unittests/ADT/DeltaAlgorithmTest.cpp
   17 std::ostream &operator<<(std::ostream &OS,
   17 std::ostream &operator<<(std::ostream &OS,
unittests/ADT/HashingTest.cpp
   24 void PrintTo(const hash_code &code, std::ostream *os) {
unittests/ADT/StringRefTest.cpp
   21 std::ostream &operator<<(std::ostream &OS, const StringRef &S) {
   21 std::ostream &operator<<(std::ostream &OS, const StringRef &S) {
   26 std::ostream &operator<<(std::ostream &OS,
   26 std::ostream &operator<<(std::ostream &OS,
unittests/CodeGen/GlobalISel/GISelMITest.cpp
   12 std::ostream &
   13 operator<<(std::ostream &OS, const LLT Ty) {
   21 std::ostream &
   22 operator<<(std::ostream &OS, const MachineFunction &MF) {
unittests/CodeGen/GlobalISel/GISelMITest.h
   48 std::ostream &
   49 operator<<(std::ostream &OS, const LLT Ty);
   51 std::ostream &
   52 operator<<(std::ostream &OS, const MachineFunction &MF);
unittests/CodeGen/GlobalISel/LegalizerInfoTest.cpp
   19 std::ostream &
   20 operator<<(std::ostream &OS, const LegalizeAction Act) {
   37 std::ostream &operator<<(std::ostream &OS, const llvm::LegalizeActionStep Ty) {
   37 std::ostream &operator<<(std::ostream &OS, const llvm::LegalizeActionStep Ty) {
unittests/FuzzMutate/OperationsTest.cpp
   23 void PrintTo(Type *T, ::std::ostream *OS) {
   28 void PrintTo(BasicBlock *BB, ::std::ostream *OS) {
   33 void PrintTo(Value *V, ::std::ostream *OS) {
   39 void PrintTo(Constant *C, ::std::ostream *OS) { PrintTo(cast<Value>(C), OS); }
unittests/ProfileData/CoverageMappingTest.cpp
   40 void PrintTo(const Counter &C, ::std::ostream *os) {
   49 void PrintTo(const CoverageSegment &S, ::std::ostream *os) {
unittests/Support/BranchProbabilityTest.cpp
   16 void PrintTo(BranchProbability P, ::std::ostream *os) {
unittests/Support/ScaledNumberTest.cpp
   34 void PrintTo(const ScaledPair<UIntT> &F, ::std::ostream *os) {
unittests/tools/llvm-cfi-verify/GraphBuilder.cpp
   75 void PrintTo(const ConditionalBranchNode &BranchNode, ::std::ostream *os) {
   82 void PrintTo(const GraphResult &Result, ::std::ostream *os) {
usr/include/c++/7.4.0/iostream
   61   extern ostream cout;		/// Linked to standard output
   62   extern ostream cerr;		/// Linked to standard error (unbuffered)
   63   extern ostream clog;		/// Linked to standard error (buffered)
utils/PerfectShuffle/PerfectShuffle.cpp
   77 static void PrintMask(unsigned i, std::ostream &OS) {
utils/benchmark/include/benchmark/benchmark.h
 1360   void SetOutputStream(std::ostream* out) {
 1367   void SetErrorStream(std::ostream* err) {
 1372   std::ostream& GetOutputStream() const { return *output_stream_; }
 1374   std::ostream& GetErrorStream() const { return *error_stream_; }
 1381   static void PrintBasicContext(std::ostream* out, Context const& context);
 1384   std::ostream* output_stream_;
 1385   std::ostream* error_stream_;
utils/benchmark/src/benchmark_api_internal.h
   38                             std::ostream* Err);
utils/benchmark/src/benchmark_register.cc
   82                       std::ostream* Err);
  111     std::ostream* ErrStream) {
  229                             std::ostream* Err) {
utils/benchmark/src/colorprint.cc
  121 void ColorPrintf(std::ostream& out, LogColor color, const char* fmt, ...) {
  128 void ColorPrintf(std::ostream& out, LogColor color, const char* fmt,
utils/benchmark/src/colorprint.h
   23 void ColorPrintf(std::ostream& out, LogColor color, const char* fmt,
   25 void ColorPrintf(std::ostream& out, LogColor color, const char* fmt, ...);
utils/benchmark/src/console_reporter.cc
   93 static void IgnoreColorPrint(std::ostream& out, LogColor, const char* fmt,
  102   typedef void(PrinterFn)(std::ostream&, LogColor, const char*, ...);
utils/benchmark/src/csv_reporter.cc
   46   std::ostream& Out = GetOutputStream();
   87   std::ostream& Out = GetOutputStream();
utils/benchmark/src/json_reporter.cc
   68   std::ostream& out = GetOutputStream();
  132   std::ostream& out = GetOutputStream();
  156   std::ostream& out = GetOutputStream();
utils/benchmark/src/log.h
   24   LogType(std::ostream* out) : out_(out) {}
   25   std::ostream* out_;
utils/benchmark/src/reporter.cc
   33 void BenchmarkReporter::PrintBasicContext(std::ostream *out,
utils/benchmark/src/string_util.h
   17 inline std::ostream& StrCatImp(std::ostream& out) BENCHMARK_NOEXCEPT {
   17 inline std::ostream& StrCatImp(std::ostream& out) BENCHMARK_NOEXCEPT {
   22 inline std::ostream& StrCatImp(std::ostream& out, First&& f,
   22 inline std::ostream& StrCatImp(std::ostream& out, First&& f,
utils/benchmark/src/sysinfo.cc
   66 void PrintImp(std::ostream& out) { out << std::endl; }
   69 void PrintImp(std::ostream& out, First&& f, Rest&&... rest) {
utils/unittest/googlemock/include/gmock/gmock-actions.h
  966 void PrintTo(const ReferenceWrapper<T>& ref, ::std::ostream* os) {
utils/unittest/googlemock/include/gmock/gmock-cardinalities.h
   77   virtual void DescribeTo(::std::ostream* os) const = 0;
  117   void DescribeTo(::std::ostream* os) const { impl_->DescribeTo(os); }
  121                                         ::std::ostream* os);
utils/unittest/googlemock/include/gmock/gmock-generated-matchers.h
  241   virtual void DescribeTo(::std::ostream* os) const {
  247   virtual void DescribeNegationTo(::std::ostream* os) const {
  260   static void PrintIndices(::std::ostream* os) {
utils/unittest/googlemock/include/gmock/gmock-matchers.h
   87   explicit MatchResultListener(::std::ostream* os) : stream_(os) {}
  100   ::std::ostream* stream() { return stream_; }
  109   ::std::ostream* const stream_;
  128   virtual void DescribeTo(::std::ostream* os) const = 0;
  136   virtual void DescribeNegationTo(::std::ostream* os) const {
  243   explicit StreamMatchResultListener(::std::ostream* os)
  269   void DescribeTo(::std::ostream* os) const { impl_->DescribeTo(os); }
  272   void DescribeNegationTo(::std::ostream* os) const {
  277   void ExplainMatchResultTo(T x, ::std::ostream* os) const {
  455     virtual void DescribeTo(::std::ostream* os) const {
  459     virtual void DescribeNegationTo(::std::ostream* os) const {
  582     virtual void DescribeTo(::std::ostream* os) const {
  586     virtual void DescribeNegationTo(::std::ostream* os) const {
  681                             ::std::ostream* os) {
  747                                      ::std::ostream* os) {
  789                                      ::std::ostream* /* os */) {}
  814                                 ::std::ostream* os) {
  865   virtual void DescribeTo(::std::ostream* os) const { *os << "is anything"; }
  866   virtual void DescribeNegationTo(::std::ostream* os) const {
  912     virtual void DescribeTo(::std::ostream* os) const {
  916     virtual void DescribeNegationTo(::std::ostream* os) const {
  991   void DescribeTo(::std::ostream* os) const { *os << "is NULL"; }
  992   void DescribeNegationTo(::std::ostream* os) const {
 1011   void DescribeTo(::std::ostream* os) const { *os << "isn't NULL"; }
 1012   void DescribeNegationTo(::std::ostream* os) const {
 1070     virtual void DescribeTo(::std::ostream* os) const {
 1075     virtual void DescribeNegationTo(::std::ostream* os) const {
 1160   void DescribeTo(::std::ostream* os) const {
 1164   void DescribeNegationTo(::std::ostream* os) const {
 1169   void DescribeToHelper(bool expect_eq, ::std::ostream* os) const {
 1216   void DescribeTo(::std::ostream* os) const {
 1221   void DescribeNegationTo(::std::ostream* os) const {
 1263   void DescribeTo(::std::ostream* os) const {
 1268   void DescribeNegationTo(::std::ostream* os) const {
 1309   void DescribeTo(::std::ostream* os) const {
 1314   void DescribeNegationTo(::std::ostream* os) const {
 1355   void DescribeTo(::std::ostream* os) const {
 1361   void DescribeNegationTo(::std::ostream* os) const {
 1395   static ::std::ostream& GetDesc(::std::ostream& os) {  // NOLINT
 1395   static ::std::ostream& GetDesc(::std::ostream& os) {  // NOLINT
 1407     virtual void DescribeTo(::std::ostream* os) const {
 1410     virtual void DescribeNegationTo(::std::ostream* os) const {
 1455   virtual void DescribeTo(::std::ostream* os) const {
 1459   virtual void DescribeNegationTo(::std::ostream* os) const {
 1499   virtual void DescribeTo(::std::ostream* os) const {
 1507   virtual void DescribeNegationTo(::std::ostream* os) const {
 1671   virtual void DescribeTo(::std::ostream* os) const {
 1679   virtual void DescribeNegationTo(::std::ostream* os) const {
 1781   void DescribeTo(::std::ostream* os) const {
 1785   void DescribeNegationTo(::std::ostream* os) const {
 1958     virtual void DescribeTo(::std::ostream* os) const {
 1979     virtual void DescribeNegationTo(::std::ostream* os) const {
 2073     virtual void DescribeTo(::std::ostream* os) const {
 2078     virtual void DescribeNegationTo(::std::ostream* os) const {
 2115   void DescribeTo(::std::ostream* os) const {
 2120   void DescribeNegationTo(::std::ostream* os) const {
 2137   static void GetCastTypeDescription(::std::ostream* os) {
 2189   void DescribeTo(::std::ostream* os) const {
 2194   void DescribeNegationTo(::std::ostream* os) const {
 2250   void DescribeTo(::std::ostream* os) const {
 2255   void DescribeNegationTo(::std::ostream* os) const {
 2362     virtual void DescribeTo(::std::ostream* os) const {
 2367     virtual void DescribeNegationTo(::std::ostream* os) const {
 2421     virtual void DescribeTo(::std::ostream* os) const {
 2425     virtual void DescribeNegationTo(::std::ostream* os) const {
 2478     virtual void DescribeTo(::std::ostream* os) const {
 2482     virtual void DescribeNegationTo(::std::ostream* os) const {
 2542   void DescribeTo(::std::ostream* os) const {
 2546   void DescribeNegationTo(::std::ostream* os) const {
 2563     ::std::ostream* const os = listener->stream();
 2644     virtual void DescribeTo(::std::ostream* os) const {
 2649     virtual void DescribeNegationTo(::std::ostream* os) const {
 2738     virtual void DescribeTo(::std::ostream* os) const {
 2745     virtual void DescribeNegationTo(::std::ostream* os) const {
 2857   virtual void DescribeTo(::std::ostream* os) const {
 2862   virtual void DescribeNegationTo(::std::ostream* os) const {
 2886   virtual void DescribeTo(::std::ostream* os) const {
 2891   virtual void DescribeNegationTo(::std::ostream* os) const {
 2969   virtual void DescribeTo(::std::ostream* os) const {
 2975   virtual void DescribeNegationTo(::std::ostream* os) const {
 3021   virtual void DescribeTo(::std::ostream* os) const {
 3029   virtual void DescribeNegationTo(::std::ostream* os) const {
 3134   virtual void DescribeTo(::std::ostream* os) const {
 3153   virtual void DescribeNegationTo(::std::ostream* os) const {
 3327   void DescribeToImpl(::std::ostream* os) const;
 3330   void DescribeNegationToImpl(::std::ostream* os) const;
 3377   virtual void DescribeTo(::std::ostream* os) const {
 3382   virtual void DescribeNegationTo(::std::ostream* os) const {
 3602     virtual void DescribeTo(::std::ostream* os) const {
utils/unittest/googlemock/include/gmock/gmock-spec-builders.h
  168       ::std::ostream* os) const
  180       ::std::ostream* what, ::std::ostream* why)
  180       ::std::ostream* what, ::std::ostream* why)
  185                                 ::std::ostream* os) const = 0;
  707   void DescribeLocationTo(::std::ostream* os) const {
  713   void DescribeCallCountTo(::std::ostream* os) const
  718   virtual void MaybeDescribeExtraMatcherTo(::std::ostream* os) = 0;
 1064   virtual void MaybeDescribeExtraMatcherTo(::std::ostream* os) {
 1110       ::std::ostream* os) const
 1193       ::std::ostream* what,
 1194       ::std::ostream* why)
 1369   virtual void PrintAsActionResult(::std::ostream* os) const = 0;
 1382   virtual void PrintAsActionResult(::std::ostream* os) const {
 1426   virtual void PrintAsActionResult(::std::ostream* /* os */) const {}
 1637                                ::std::ostream* os) const {
 1655       ::std::ostream* os) const
 1684       ::std::ostream* what, ::std::ostream* why)
 1684       ::std::ostream* what, ::std::ostream* why)
 1708                                 ::std::ostream* os) const {
 1735       ::std::ostream* os,
 1736       ::std::ostream* why) const
 1748       ::std::ostream* why) const
utils/unittest/googlemock/src/gmock-cardinalities.cc
   85   virtual void DescribeTo(::std::ostream* os) const;
  108 void BetweenCardinalityImpl::DescribeTo(::std::ostream* os) const {
  131                                             ::std::ostream* os) {
utils/unittest/googlemock/src/gmock-matchers.cc
  313                                      ::std::ostream* stream) {
  315   ::std::ostream& os = *stream;
  396     ::std::ostream* os) const {
  417     ::std::ostream* os) const {
utils/unittest/googlemock/src/gmock-spec-builders.cc
  150 void ExpectationBase::DescribeCallCountTo(::std::ostream* os) const
utils/unittest/googletest/include/gtest/gtest-message.h
   90   typedef std::ostream& (*BasicNarrowIoManip)(std::ostream&);
   90   typedef std::ostream& (*BasicNarrowIoManip)(std::ostream&);
  233 inline std::ostream& operator <<(std::ostream& os, const Message& sb) {
  233 inline std::ostream& operator <<(std::ostream& os, const Message& sb) {
utils/unittest/googletest/include/gtest/gtest-printers.h
  121                                      ::std::ostream* os);
  140   static void PrintValue(const T& value, ::std::ostream* os) {
  154   static void PrintValue(const T& value, ::std::ostream* os) {
  173   static void PrintValue(const T& value, ::std::ostream* os) {
  223 void DefaultPrintNonContainerTo(const T& value, ::std::ostream* os) {
  366 void UniversalPrint(const T& value, ::std::ostream* os);
  373                     const C& container, ::std::ostream* os) {
  407                     T* p, ::std::ostream* os) {
  439                     const T& value, ::std::ostream* os) {
  455 void PrintTo(const T& value, ::std::ostream* os) {
  486 GTEST_API_ void PrintTo(unsigned char c, ::std::ostream* os);
  487 GTEST_API_ void PrintTo(signed char c, ::std::ostream* os);
  488 inline void PrintTo(char c, ::std::ostream* os) {
  496 inline void PrintTo(bool x, ::std::ostream* os) {
  507 GTEST_API_ void PrintTo(wchar_t wc, ::std::ostream* os);
  510 GTEST_API_ void PrintTo(const char* s, ::std::ostream* os);
  511 inline void PrintTo(char* s, ::std::ostream* os) {
  517 inline void PrintTo(const signed char* s, ::std::ostream* os) {
  520 inline void PrintTo(signed char* s, ::std::ostream* os) {
  523 inline void PrintTo(const unsigned char* s, ::std::ostream* os) {
  526 inline void PrintTo(unsigned char* s, ::std::ostream* os) {
  537 GTEST_API_ void PrintTo(const wchar_t* s, ::std::ostream* os);
  538 inline void PrintTo(wchar_t* s, ::std::ostream* os) {
  549 void PrintRawArrayTo(const T a[], size_t count, ::std::ostream* os) {
  565 GTEST_API_ void PrintStringTo(const ::std::string&s, ::std::ostream* os);
  566 inline void PrintTo(const ::std::string& s, ::std::ostream* os) {
  579 GTEST_API_ void PrintWideStringTo(const ::std::wstring&s, ::std::ostream* os);
  580 inline void PrintTo(const ::std::wstring& s, ::std::ostream* os) {
  589 void PrintTupleTo(const T& t, ::std::ostream* os);
  601 inline void PrintTo(const ::std::tr1::tuple<>& t, ::std::ostream* os) {
  606 void PrintTo(const ::std::tr1::tuple<T1>& t, ::std::ostream* os) {
  611 void PrintTo(const ::std::tr1::tuple<T1, T2>& t, ::std::ostream* os) {
  616 void PrintTo(const ::std::tr1::tuple<T1, T2, T3>& t, ::std::ostream* os) {
  621 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4>& t, ::std::ostream* os) {
  627              ::std::ostream* os) {
  634              ::std::ostream* os) {
  641              ::std::ostream* os) {
  648              ::std::ostream* os) {
  655              ::std::ostream* os) {
  663     ::std::ostream* os) {
  670 void PrintTo(const ::std::tuple<Types...>& t, ::std::ostream* os) {
  677 void PrintTo(const ::std::pair<T1, T2>& value, ::std::ostream* os) {
  699   static void Print(const T& value, ::std::ostream* os) {
  717 void UniversalPrintArray(const T* begin, size_t len, ::std::ostream* os) {
  740     const char* begin, size_t len, ::std::ostream* os);
  744     const wchar_t* begin, size_t len, ::std::ostream* os);
  752   static void Print(const T (&a)[N], ::std::ostream* os) {
  765   static void Print(const T& value, ::std::ostream* os) {
  784   static void Print(const T& value, ::std::ostream* os) {
  791   static void Print(const T& value, ::std::ostream* os) {
  798   static void Print(const T (&value)[N], ::std::ostream* os) {
  805   static void Print(const char* str, ::std::ostream* os) {
  816   static void Print(char* str, ::std::ostream* os) {
  825   static void Print(const wchar_t* str, ::std::ostream* os) {
  838   static void Print(wchar_t* str, ::std::ostream* os) {
  844 void UniversalTersePrint(const T& value, ::std::ostream* os) {
  853 void UniversalPrint(const T& value, ::std::ostream* os) {
  924   static void PrintPrefixTo(const Tuple& t, ::std::ostream* os) {
  951   static void PrintPrefixTo(const Tuple&, ::std::ostream*) {}
  960 void PrintTupleTo(const Tuple& t, ::std::ostream* os) {
utils/unittest/googletest/include/gtest/gtest-test-part.h
  120 std::ostream& operator<<(std::ostream& os, const TestPartResult& result);
  120 std::ostream& operator<<(std::ostream& os, const TestPartResult& result);
utils/unittest/googletest/include/gtest/gtest.h
  313       ::std::ostream& (*basic_manipulator)(::std::ostream& stream)) {
  313       ::std::ostream& (*basic_manipulator)(::std::ostream& stream)) {
utils/unittest/googletest/include/gtest/internal/custom/gtest-printers.h
   51 inline void PrintTo(llvm::StringRef S, std::ostream *OS) {
   60 inline void PrintTo(const SmallString<N> &S, std::ostream *OS) {
   63 inline void PrintTo(const SmallVectorImpl<char> &S, std::ostream *OS) {
utils/unittest/googletest/include/gtest/internal/custom/raw-ostream.h
   55   friend std::ostream &operator<<(std::ostream &S, const RawStreamProxy<T> &V) {
   55   friend std::ostream &operator<<(std::ostream &S, const RawStreamProxy<T> &V) {
utils/unittest/googletest/include/gtest/internal/gtest-port.h
 1270   ::std::ostream& GetStream() { return ::std::cerr; }
utils/unittest/googletest/src/gtest-printers.cc
   64                                 size_t count, ostream* os) {
   83                               ostream* os) {
  115                           ostream* os) {
  146 static CharFormat PrintAsCharLiteralTo(Char c, ostream* os) {
  192 static CharFormat PrintAsStringLiteralTo(wchar_t c, ostream* os) {
  207 static CharFormat PrintAsStringLiteralTo(char c, ostream* os) {
  217 void PrintCharAndCodeTo(Char c, ostream* os) {
  241 void PrintTo(unsigned char c, ::std::ostream* os) {
  244 void PrintTo(signed char c, ::std::ostream* os) {
  250 void PrintTo(wchar_t wc, ostream* os) {
  263     const CharType* begin, size_t len, ostream* os) {
  287     const CharType* begin, size_t len, ostream* os) {
  309 void UniversalPrintArray(const char* begin, size_t len, ostream* os) {
  315 void UniversalPrintArray(const wchar_t* begin, size_t len, ostream* os) {
  320 void PrintTo(const char* s, ostream* os) {
  337 void PrintTo(const wchar_t* s, ostream* os) {
  354 void PrintStringTo(const ::std::string& s, ostream* os) {
  366 void PrintWideStringTo(const ::std::wstring& s, ostream* os) {
utils/unittest/googletest/src/gtest-test-part.cc
   58 std::ostream& operator<<(std::ostream& os, const TestPartResult& result) {
   58 std::ostream& operator<<(std::ostream& os, const TestPartResult& result) {
utils/unittest/googletest/src/gtest.cc
 1153   void PrintTo(std::ostream* os) {
 1175   void PrintHeader(std::ostream* ss) const {
 3388   static void OutputXmlAttribute(std::ostream* stream,
 3394   static void OutputXmlCDataSection(::std::ostream* stream, const char* data);
 3397   static void OutputXmlTestInfo(::std::ostream* stream,
 3402   static void PrintXmlTestCase(::std::ostream* stream,
 3406   static void PrintXmlUnitTest(::std::ostream* stream,
 3588 void XmlUnitTestResultPrinter::OutputXmlCDataSection(::std::ostream* stream,
 3608     std::ostream* stream,
 3625 void XmlUnitTestResultPrinter::OutputXmlTestInfo(::std::ostream* stream,
 3675 void XmlUnitTestResultPrinter::PrintXmlTestCase(std::ostream* stream,
 3701 void XmlUnitTestResultPrinter::PrintXmlUnitTest(std::ostream* stream,