Searched defs:PrintTo (Results 1 – 4 of 4) sorted by relevance
/ndk/sources/third_party/googletest/googletest/include/gtest/ |
D | gtest-printers.h | 353 void PrintTo(const T& value, ::std::ostream* os) { in PrintTo() function 386 inline void PrintTo(char c, ::std::ostream* os) { in PrintTo() function 394 inline void PrintTo(bool x, ::std::ostream* os) { in PrintTo() function 409 inline void PrintTo(char* s, ::std::ostream* os) { in PrintTo() function 415 inline void PrintTo(const signed char* s, ::std::ostream* os) { in PrintTo() function 418 inline void PrintTo(signed char* s, ::std::ostream* os) { in PrintTo() function 421 inline void PrintTo(const unsigned char* s, ::std::ostream* os) { in PrintTo() function 424 inline void PrintTo(unsigned char* s, ::std::ostream* os) { in PrintTo() function 436 inline void PrintTo(wchar_t* s, ::std::ostream* os) { in PrintTo() function 458 inline void PrintTo(const ::string& s, ::std::ostream* os) { in PrintTo() function [all …]
|
/ndk/sources/third_party/googletest/googletest/src/ |
D | gtest-printers.cc | 237 void PrintTo(unsigned char c, ::std::ostream* os) { in PrintTo() function 240 void PrintTo(signed char c, ::std::ostream* os) { in PrintTo() function 246 void PrintTo(wchar_t wc, ostream* os) { in PrintTo() function 310 void PrintTo(const char* s, ostream* os) { in PrintTo() function 327 void PrintTo(const wchar_t* s, ostream* os) { in PrintTo() function
|
/ndk/sources/third_party/googletest/googletest/test/ |
D | gtest_list_tests_unittest_.cc | 90 void PrintTo(const MyType& x, std::ostream* os) { in PrintTo() function
|
D | gtest-printers_test.cc | 89 void PrintTo(EnumWithPrintTo e, std::ostream* os) { in PrintTo() function 139 void PrintTo(const PrintableViaPrintTo& x, ::std::ostream* os) { in PrintTo() function 164 void PrintTo(const PrintableViaPrintToTemplate<T>& x, ::std::ostream* os) { in PrintTo() function
|