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

/openjdk10/test/fmw/gtest/include/gtest/
H A Dgtest-printers.h69 // void ::testing::internal::UniversalTersePrint(const T& value, ostream*);
72 // // from UniversalTersePrint() is that this function prints both the
743 void UniversalTersePrint(const T& value, ::std::ostream* os) { function in namespace:testing::internal
748 // difference between this and UniversalTersePrint() is that for a
787 UniversalTersePrint(::std::tr1::get<N - 1>(t), &ss);
817 UniversalTersePrint(::std::tr1::get<0>(t), &ss);
834 // UniversalTersePrint() for how we define "tersely".

Completed in 98 milliseconds