Home
last modified time | relevance | path

Searched refs:PrintTo (Results 1 – 11 of 11) 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
522 GTEST_API_ void PrintTo(unsigned char c, ::std::ostream* os);
523 GTEST_API_ void PrintTo(signed char c, ::std::ostream* os);
524 inline void PrintTo(char c, ::std::ostream* os) { in PrintTo() function
528 PrintTo(static_cast<unsigned char>(c), os); in PrintTo()
532 inline void PrintTo(bool x, ::std::ostream* os) { in PrintTo() function
543 GTEST_API_ void PrintTo(wchar_t wc, ::std::ostream* os);
546 GTEST_API_ void PrintTo(const char* s, ::std::ostream* os);
547 inline void PrintTo(char* s, ::std::ostream* os) { in PrintTo() function
548 PrintTo(ImplicitCast_<const char*>(s), os); in PrintTo()
[all …]
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/xray/tests/unit/
H A Dtest_helpers.h27 void PrintTo(RecordTypes T, std::ostream *OS);
28 void PrintTo(const XRayRecord &R, std::ostream *OS);
29 void PrintTo(const Trace &T, std::ostream *OS);
63 template <class T> void PrintTo(const Array<T> &A, std::ostream *OS) { in PrintTo() function
70 PrintTo(E, OS); in PrintTo()
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
61 PrintTo(R, OS); in PrintTo()
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/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/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
1268 hunk.PrintTo(&ss); in CreateUnifiedDiff()
/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
124 PrintTo(&output); in PrintTo()
132 PrintTo(&output); in Print()
H A Dsanitizer_stacktrace.h62 void PrintTo(InternalScopedString *output) const;
68 uptr PrintTo(char *out_buf, uptr out_buf_size) const;
/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
57 PrintTo(static_cast<const ErrorHolder &>(Item), Out); in PrintTo()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/
H A Dshlobj.d885 HRESULT PrintTo(LPSTR, BOOL);