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

/hardware/libhardware/tests/camera2/
H A DCameraStreamFixture.h45 void PrintTo(const CameraStreamParams& p, ::std::ostream* os);
54 PrintTo(p, &os);
58 inline void PrintTo(const CameraStreamParams& p, ::std::ostream* os) { function in namespace:android::camera2::tests
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h9233 // defining either operator<<() or PrintTo() in the namespace that
9238 // 1. foo::PrintTo(const T&, ostream*)
9310 // nor PrintTo().
9320 // operator<< nor PrintTo() is defined for T, where kTypeKind is the
9352 // Since T has no << operator or PrintTo() but can be implicitly
9370 // type T and T has neither << operator nor PrintTo().
9407 // user doesn't define PrintTo() for it.
9458 // a PrintTo() for it.
9476 // We cannot call PrintTo(*it, os) here as PrintTo() does
9544 void PrintTo(const T& value, ::std::ostream* os) { function in namespace:testing::internal
9577 inline void PrintTo(char c, ::std::ostream* os) { function in namespace:testing::internal
9585 inline void PrintTo(bool x, ::std::ostream* os) { function in namespace:testing::internal
9600 inline void PrintTo(char* s, ::std::ostream* os) { function in namespace:testing::internal
9606 inline void PrintTo(const signed char* s, ::std::ostream* os) { function in namespace:testing::internal
9609 inline void PrintTo(signed char* s, ::std::ostream* os) { function in namespace:testing::internal
9612 inline void PrintTo(const unsigned char* s, ::std::ostream* os) { function in namespace:testing::internal
9615 inline void PrintTo(unsigned char* s, ::std::ostream* os) { function in namespace:testing::internal
9627 inline void PrintTo(wchar_t* s, ::std::ostream* os) { function in namespace:testing::internal
9649 inline void PrintTo(const ::string& s, ::std::ostream* os) { function in namespace:testing::internal
9655 inline void PrintTo(const ::std::string& s, ::std::ostream* os) { function in namespace:testing::internal
9662 inline void PrintTo(const ::wstring& s, ::std::ostream* os) { function in namespace:testing::internal
9669 inline void PrintTo(const ::std::wstring& s, ::std::ostream* os) { function in namespace:testing::internal
9688 inline void PrintTo(const ::std::tr1::tuple<>& t, ::std::ostream* os) { function in namespace:testing::internal
9693 void PrintTo(const ::std::tr1::tuple<T1>& t, ::std::ostream* os) { function in namespace:testing::internal
9698 void PrintTo(const ::std::tr1::tuple<T1, T2>& t, ::std::ostream* os) { function in namespace:testing::internal
9703 void PrintTo(const ::std::tr1::tuple<T1, T2, T3>& t, ::std::ostream* os) { function in namespace:testing::internal
9708 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4>& t, ::std::ostream* os) { function in namespace:testing::internal
9713 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5>& t, function in namespace:testing::internal
9720 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6>& t, function in namespace:testing::internal
9727 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7>& t, function in namespace:testing::internal
9734 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7, T8>& t, function in namespace:testing::internal
9741 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7, T8, T9>& t, function in namespace:testing::internal
9748 void PrintTo( function in namespace:testing::internal
9757 void PrintTo(const ::std::pair<T1, T2>& value, ::std::ostream* os) { function in namespace:testing::internal
[all...]

Completed in 689 milliseconds