/freebsd/contrib/googletest/googletest/src/ |
H A D | gtest-printers.cc | 276 void PrintTo(unsigned char c, ::std::ostream* os) { PrintCharAndCodeTo(c, os); } in PrintTo() function 277 void PrintTo(signed char c, ::std::ostream* os) { PrintCharAndCodeTo(c, os); } in PrintTo() function 281 void PrintTo(wchar_t wc, ostream* os) { PrintCharAndCodeTo(wc, os); } in PrintTo() function 284 void PrintTo(char32_t c, ::std::ostream* os) { in PrintTo() function 291 void PrintTo(__uint128_t v, ::std::ostream* os) { in PrintTo() function 324 void PrintTo(__int128_t v, ::std::ostream* os) { in PrintTo() function 439 void PrintTo(const char* s, ostream* os) { PrintCStringTo(s, os); } in PrintTo() function 442 void PrintTo(const char8_t* s, ostream* os) { PrintCStringTo(s, os); } in PrintTo() function 445 void PrintTo(const char16_t* s, ostream* os) { PrintCStringTo(s, os); } in PrintTo() function 447 void PrintTo(const char32_t* s, ostream* os) { PrintCStringTo(s, os); } in PrintTo() function [all …]
|
H A D | gtest.cc | 1459 void PrintTo(std::ostream* os) { in PrintTo() function in testing::internal::edit_distance::__anon214b3c2b0911::Hunk
|
/freebsd/contrib/llvm-project/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
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_stacktrace_libcdep.cpp | 94 void StackTrace::PrintTo(InternalScopedString *output) const { in PrintTo() function in __sanitizer::StackTrace 121 uptr StackTrace::PrintTo(char *out_buf, uptr out_buf_size) const { in PrintTo() function in __sanitizer::StackTrace
|
/freebsd/contrib/googletest/googletest/test/ |
H A D | googletest-list-tests-unittest_.cc | 80 void PrintTo(const MyType& x, std::ostream* os) { *os << x.value(); } in PrintTo() function
|
H A D | googletest-printers-test.cc | 85 void PrintTo(EnumWithPrintTo e, std::ostream* os) { in PrintTo() function 163 void PrintTo(const PrintableViaPrintTo& x, ::std::ostream* os) { in PrintTo() function 188 void PrintTo(const PrintableViaPrintToTemplate<T>& x, ::std::ostream* os) { in PrintTo() function
|
/freebsd/contrib/googletest/googlemock/test/ |
H A D | gmock-spec-builders_test.cc | 88 void PrintTo(const Incomplete& /* x */, ::std::ostream* os) { in PrintTo() function 2119 void PrintTo(PrintMeNot /* dummy */, ::std::ostream* /* os */) { in PrintTo() function
|