Searched refs:UniversalTersePrint (Results 1 - 1 of 1) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h9262 // void ::testing::internal::UniversalTersePrint(const T& value, ostream*);
9265 // // from UniversalTersePrint() is that this function prints both the
9934 void UniversalTersePrint(const T& value, ::std::ostream* os) { function in namespace:testing::internal
9939 // difference between this and UniversalTersePrint() is that for a
9978 UniversalTersePrint(::std::tr1::get<N - 1>(t), &ss);
10008 UniversalTersePrint(::std::tr1::get<0>(t), &ss);
10025 // UniversalTersePrint() for how we define "tersely".

Completed in 85 milliseconds