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

/openjdk10/test/fmw/gtest/include/gtest/
H A Dgtest-printers.h765 // TuplePrefixPrinter<N>::PrintPrefixTo(t, os) prints the first N
774 static void PrintPrefixTo(const Tuple& t, ::std::ostream* os) { function in struct:testing::internal::TuplePrefixPrinter
775 TuplePrefixPrinter<N - 1>::PrintPrefixTo(t, os);
796 static void PrintPrefixTo(const Tuple&, ::std::ostream*) {} function in struct:testing::internal::TuplePrefixPrinter
809 static void PrintPrefixTo(const Tuple& t, ::std::ostream* os) { function in struct:testing::internal::TuplePrefixPrinter
828 PrintPrefixTo(t, os);

Completed in 39 milliseconds