Home
last modified time | relevance | path

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

/freebsd/contrib/googletest/googletest/src/
H A Dgtest-printers.cc276 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 Dgtest.cc1459 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 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
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stacktrace_libcdep.cpp94 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 Dgoogletest-list-tests-unittest_.cc80 void PrintTo(const MyType& x, std::ostream* os) { *os << x.value(); } in PrintTo() function
H A Dgoogletest-printers-test.cc85 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 Dgmock-spec-builders_test.cc88 void PrintTo(const Incomplete& /* x */, ::std::ostream* os) { in PrintTo() function
2119 void PrintTo(PrintMeNot /* dummy */, ::std::ostream* /* os */) { in PrintTo() function