Home
last modified time | relevance | path

Searched defs:PrintTo (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest-printers.h484 void PrintTo(const T& value, ::std::ostream* os) { in PrintTo() function
524 inline void PrintTo(char c, ::std::ostream* os) { in PrintTo() function
532 inline void PrintTo(bool x, ::std::ostream* os) { in PrintTo() function
547 inline void PrintTo(char* s, ::std::ostream* os) { in PrintTo() function
553 inline void PrintTo(const signed char* s, ::std::ostream* os) { in PrintTo() function
556 inline void PrintTo(signed char* s, ::std::ostream* os) { in PrintTo() function
559 inline void PrintTo(const unsigned char* s, ::std::ostream* os) { in PrintTo() function
562 inline void PrintTo(unsigned char* s, ::std::ostream* os) { in PrintTo() function
574 inline void PrintTo(wchar_t* s, ::std::ostream* os) { in PrintTo() function
595 inline void PrintTo(const ::std::string& s, ::std::ostream* os) { in PrintTo() function
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/custom/
H A Dgtest-printers.h51 inline void PrintTo(llvm::StringRef S, std::ostream *OS) { in PrintTo() function
60 inline void PrintTo(const SmallString<N> &S, std::ostream *OS) { in PrintTo() function
63 inline void PrintTo(const SmallVectorImpl<char> &S, std::ostream *OS) { in PrintTo() function
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/xray/tests/unit/
H A Dtest_helpers.cc41 void PrintTo(RecordTypes T, std::ostream *OS) { in PrintTo() function
45 void PrintTo(const XRayRecord &R, std::ostream *OS) { in PrintTo() function
52 void PrintTo(const Trace &T, std::ostream *OS) { in PrintTo() function
H A Dtest_helpers.h63 template <class T> void PrintTo(const Array<T> &A, std::ostream *OS) { in PrintTo() function
H A Dsegmented_array_test.cc22 void PrintTo(const TestData &D, std::ostream *OS) { in PrintTo() function
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
H A Dgtest-printers.cc245 void PrintTo(unsigned char c, ::std::ostream* os) { in PrintTo() function
248 void PrintTo(signed char c, ::std::ostream* os) { in PrintTo() function
254 void PrintTo(wchar_t wc, ostream* os) { in PrintTo() function
332 void PrintTo(const char* s, ostream* os) { in PrintTo() function
349 void PrintTo(const wchar_t* s, ostream* os) { in PrintTo() function
H A Dgtest.cc1160 void PrintTo(std::ostream* os) { in PrintTo() function in testing::internal::edit_distance::__anonaa9cce310211::Hunk
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Testing/Support/
H A DSupportHelpers.h38 inline void PrintTo(const ErrorHolder &Err, std::ostream *Out) { in PrintTo() function
53 void PrintTo(const ExpectedHolder<T> &Item, std::ostream *Out) { in PrintTo() function
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_stacktrace_libcdep.cpp93 void StackTrace::PrintTo(InternalScopedString *output) const { in PrintTo() function in __sanitizer::StackTrace
120 uptr StackTrace::PrintTo(char *out_buf, uptr out_buf_size) const { in PrintTo() function in __sanitizer::StackTrace