/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/ |
H A D | gtest-printers.h | 484 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 D | gtest-printers.h | 51 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 D | test_helpers.cc | 41 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 D | test_helpers.h | 63 template <class T> void PrintTo(const Array<T> &A, std::ostream *OS) { in PrintTo() function
|
H A D | segmented_array_test.cc | 22 void PrintTo(const TestData &D, std::ostream *OS) { in PrintTo() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/ |
H A D | gtest-printers.cc | 245 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 D | gtest.cc | 1160 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 D | SupportHelpers.h | 38 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 D | sanitizer_stacktrace_libcdep.cpp | 93 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
|