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

/freebsd-current/contrib/googletest/googletest/test/
H A Dgoogletest-list-tests-unittest_.cc80 void PrintTo(const MyType& x, std::ostream* os) { *os << x.value(); } function
H A Dgoogletest-printers-test.cc80 void PrintTo(EnumWithPrintTo e, std::ostream* os) { function
158 void PrintTo(const PrintableViaPrintTo& x, ::std::ostream* os) { function in namespace:foo
183 void PrintTo(const PrintableViaPrintToTemplate<T>& x, ::std::ostream* os) { function in namespace:foo
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Testing/Support/
H A DSupportHelpers.h38 inline void PrintTo(const ErrorHolder &Err, std::ostream *Out) { function in namespace:llvm::detail
53 void PrintTo(const ExpectedHolder<T> &Item, std::ostream *Out) { function in namespace:llvm::detail
/freebsd-current/contrib/googletest/googletest/src/
H A Dgtest-printers.cc276 void PrintTo(unsigned char c, ::std::ostream* os) { PrintCharAndCodeTo(c, os); } function in namespace:testing::internal
277 void PrintTo(signed char c, ::std::ostream* os) { PrintCharAndCodeTo(c, os); } function in namespace:testing::internal
281 void PrintTo(wchar_t wc, ostream* os) { PrintCharAndCodeTo(wc, os); } function in namespace:testing::internal
284 void PrintTo(char32_t c, ::std::ostream* os) { function in namespace:testing::internal
291 void PrintTo(__uint128_t v, ::std::ostream* os) { function in namespace:testing::internal
324 void PrintTo(__int128_t v, ::std::ostream* os) { function in namespace:testing::internal
439 void PrintTo(const char* s, ostream* os) { PrintCStringTo(s, os); } function in namespace:testing::internal
442 void PrintTo(cons function in namespace:testing::internal
445 void PrintTo(const char16_t* s, ostream* os) { PrintCStringTo(s, os); } function in namespace:testing::internal
447 void PrintTo(const char32_t* s, ostream* os) { PrintCStringTo(s, os); } function in namespace:testing::internal
457 void PrintTo(const wchar_t* s, ostream* os) { PrintCStringTo(s, os); } function in namespace:testing::internal
[all...]
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stacktrace_libcdep.cpp94 void StackTrace::PrintTo(InternalScopedString *output) const { function in class:__sanitizer::StackTrace
121 uptr StackTrace::PrintTo(char *out_buf, uptr out_buf_size) const { function in class:__sanitizer::StackTrace
/freebsd-current/contrib/googletest/googletest/include/gtest/
H A Dgtest-printers.h464 void PrintTo(const T& value, ::std::ostream* os) { function in namespace:testing::internal
475 inline void PrintTo(char c, ::std::ostream* os) { function in namespace:testing::internal
483 inline void PrintTo(bool x, ::std::ostream* os) { function in namespace:testing::internal
497 inline void PrintTo(char16_t c, ::std::ostream* os) { function in namespace:testing::internal
501 inline void PrintTo(char8_t c, ::std::ostream* os) { function in namespace:testing::internal
579 inline void PrintTo(float f, ::std::ostream* os) { function in namespace:testing::internal
586 inline void PrintTo(double d, ::std::ostream* os) { function in namespace:testing::internal
595 inline void PrintTo(char* s, ::std::ostream* os) { function in namespace:testing::internal
601 inline void PrintTo(const signed char* s, ::std::ostream* os) { function in namespace:testing::internal
604 inline void PrintTo(signed char* s, ::std::ostream* os) { function in namespace:testing::internal
607 inline void PrintTo(const unsigned char* s, ::std::ostream* os) { function in namespace:testing::internal
610 inline void PrintTo(unsigned char* s, ::std::ostream* os) { function in namespace:testing::internal
616 inline void PrintTo(char8_t* s, ::std::ostream* os) { function in namespace:testing::internal
622 inline void PrintTo(char16_t* s, ::std::ostream* os) { function in namespace:testing::internal
627 inline void PrintTo(char32_t* s, ::std::ostream* os) { function in namespace:testing::internal
639 inline void PrintTo(wchar_t* s, ::std::ostream* os) { function in namespace:testing::internal
660 inline void PrintTo(const ::std::string& s, ::std::ostream* os) { function in namespace:testing::internal
667 inline void PrintTo(const ::std::u8string& s, ::std::ostream* os) { function in namespace:testing::internal
674 inline void PrintTo(const ::std::u16string& s, ::std::ostream* os) { function in namespace:testing::internal
680 inline void PrintTo(const ::std::u32string& s, ::std::ostream* os) { function in namespace:testing::internal
687 inline void PrintTo(const ::std::wstring& s, ::std::ostream* os) { function in namespace:testing::internal
694 inline void PrintTo(internal::StringView sp, ::std::ostream* os) { function in namespace:testing::internal
699 inline void PrintTo(std::nullptr_t, ::std::ostream* os) { *os << "(nullptr)"; } function in namespace:testing::internal
702 inline void PrintTo(const std::type_info& info, std::ostream* os) { function in namespace:testing::internal
708 void PrintTo(std::reference_wrapper<T> ref, ::std::ostream* os) { function in namespace:testing::internal
740 void PrintTo(const std::unique_ptr<T, D>& ptr, std::ostream* os) { function in namespace:testing::internal
745 void PrintTo(const std::shared_ptr<T>& ptr, std::ostream* os) { function in namespace:testing::internal
769 void PrintTo(const ::std::tuple<Types...>& t, ::std::ostream* os) { function in namespace:testing::internal
777 void PrintTo(const ::std::pair<T1, T2>& value, ::std::ostream* os) { function in namespace:testing::internal
[all...]
/freebsd-current/contrib/googletest/googlemock/test/
H A Dgmock-spec-builders_test.cc88 void PrintTo(const Incomplete& /* x */, ::std::ostream* os) { function in namespace:testing::__anon17
2119 void PrintTo(PrintMeNot /* dummy */, ::std::ostream* /* os */) { function in namespace:testing::__anon17

Completed in 188 milliseconds