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

/gem5/ext/googletest/googletest/test/
H A Dgtest_list_tests_unittest_.cc90 void PrintTo(const MyType& x, std::ostream* os) { function
H A Dgtest-printers_test.cc93 void PrintTo(EnumWithPrintTo e, std::ostream* os) { function
144 void PrintTo(const PrintableViaPrintTo& x, ::std::ostream* os) { function in namespace:foo
169 void PrintTo(const PrintableViaPrintToTemplate<T>& x, ::std::ostream* os) { function in namespace:foo
/gem5/ext/googletest/googletest/src/
H A Dgtest-printers.cc241 void PrintTo(unsigned char c, ::std::ostream* os) { function in namespace:testing::internal
244 void PrintTo(signed char c, ::std::ostream* os) { function in namespace:testing::internal
250 void PrintTo(wchar_t wc, ostream* os) { function in namespace:testing::internal
320 void PrintTo(const char* s, ostream* os) { function in namespace:testing::internal
337 void PrintTo(const wchar_t* s, ostream* os) { function in namespace:testing::internal
H A Dgtest.cc1153 void PrintTo(std::ostream* os) { function in class:testing::internal::edit_distance::__anon42::Hunk
/gem5/ext/googletest/googletest/include/gtest/
H A Dgtest-printers.h454 void PrintTo(const T& value, ::std::ostream* os) { function in namespace:testing::internal
487 inline void PrintTo(char c, ::std::ostream* os) { function in namespace:testing::internal
495 inline void PrintTo(bool x, ::std::ostream* os) { function in namespace:testing::internal
510 inline void PrintTo(char* s, ::std::ostream* os) { function in namespace:testing::internal
516 inline void PrintTo(const signed char* s, ::std::ostream* os) { function in namespace:testing::internal
519 inline void PrintTo(signed char* s, ::std::ostream* os) { function in namespace:testing::internal
522 inline void PrintTo(const unsigned char* s, ::std::ostream* os) { function in namespace:testing::internal
525 inline void PrintTo(unsigned char* s, ::std::ostream* os) { function in namespace:testing::internal
537 inline void PrintTo(wchar_t* s, ::std::ostream* os) { function in namespace:testing::internal
559 inline void PrintTo(const ::string& s, ::std::ostream* os) { function in namespace:testing::internal
565 inline void PrintTo(const ::std::string& s, ::std::ostream* os) { function in namespace:testing::internal
572 inline void PrintTo(const ::wstring& s, ::std::ostream* os) { function in namespace:testing::internal
579 inline void PrintTo(const ::std::wstring& s, ::std::ostream* os) { function in namespace:testing::internal
600 inline void PrintTo(const ::std::tr1::tuple<>& t, ::std::ostream* os) { function in namespace:testing::internal
605 void PrintTo(const ::std::tr1::tuple<T1>& t, ::std::ostream* os) { function in namespace:testing::internal
610 void PrintTo(const ::std::tr1::tuple<T1, T2>& t, ::std::ostream* os) { function in namespace:testing::internal
615 void PrintTo(const ::std::tr1::tuple<T1, T2, T3>& t, ::std::ostream* os) { function in namespace:testing::internal
620 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4>& t, ::std::ostream* os) { function in namespace:testing::internal
625 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5>& t, function in namespace:testing::internal
632 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6>& t, function in namespace:testing::internal
639 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7>& t, function in namespace:testing::internal
646 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7, T8>& t, function in namespace:testing::internal
653 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7, T8, T9>& t, function in namespace:testing::internal
660 void PrintTo( function in namespace:testing::internal
669 void PrintTo(const ::std::tuple<Types...>& t, ::std::ostream* os) { function in namespace:testing::internal
676 void PrintTo(const ::std::pair<T1, T2>& value, ::std::ostream* os) { function in namespace:testing::internal
[all...]
/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-actions.h964 void PrintTo(const ReferenceWrapper<T>& ref, ::std::ostream* os) { function in namespace:testing::internal
/gem5/ext/googletest/googlemock/test/
H A Dgmock-spec-builders_test.cc132 void PrintTo(const Incomplete& /* x */, ::std::ostream* os) { function in namespace:__anon20
2189 void PrintTo(PrintMeNot /* dummy */, ::std::ostream* /* os */) { function in namespace:__anon20

Completed in 50 milliseconds