Searched defs:PrintTo (Results 1 – 5 of 5) sorted by relevance
40 void PrintTo(RecordTypes T, std::ostream *OS) { in PrintTo() function44 void PrintTo(const XRayRecord &R, std::ostream *OS) { in PrintTo() function51 void PrintTo(const Trace &T, std::ostream *OS) { in PrintTo() function
62 template <class T> void PrintTo(const Array<T> &A, std::ostream *OS) { in PrintTo() function
22 void PrintTo(const TestData &D, std::ostream *OS) { in PrintTo() function
38 inline void PrintTo(const ErrorHolder &Err, std::ostream *Out) { in PrintTo() function53 void PrintTo(const ExpectedHolder<T> &Item, std::ostream *Out) { in PrintTo() function
93 void StackTrace::PrintTo(InternalScopedString *output) const { in PrintTo() function in __sanitizer::StackTrace120 uptr StackTrace::PrintTo(char *out_buf, uptr out_buf_size) const { in PrintTo() function in __sanitizer::StackTrace