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

/external/chromium_org/testing/gtest/include/gtest/
H A Dgtest-printers.h817 // TuplePrefixPrinter<N>::PrintPrefixTo(t, os) prints the first N
826 static void PrintPrefixTo(const Tuple& t, ::std::ostream* os) { function in struct:testing::internal::TuplePrefixPrinter
827 TuplePrefixPrinter<N - 1>::PrintPrefixTo(t, os);
853 static void PrintPrefixTo(const Tuple&, ::std::ostream*) {} function in struct:testing::internal::TuplePrefixPrinter
864 TuplePrefixPrinter<TuplePolicy<Tuple>::tuple_size>::PrintPrefixTo(t, os);
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/
H A Dgtest-printers.h706 // TuplePrefixPrinter<N>::PrintPrefixTo(t, os) prints the first N
715 static void PrintPrefixTo(const Tuple& t, ::std::ostream* os) { function in struct:testing::internal::TuplePrefixPrinter
716 TuplePrefixPrinter<N - 1>::PrintPrefixTo(t, os);
737 static void PrintPrefixTo(const Tuple&, ::std::ostream*) {} function in struct:testing::internal::TuplePrefixPrinter
750 static void PrintPrefixTo(const Tuple& t, ::std::ostream* os) { function in struct:testing::internal::TuplePrefixPrinter
769 PrintPrefixTo(t, os);
/external/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);
/external/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest-printers.h706 // TuplePrefixPrinter<N>::PrintPrefixTo(t, os) prints the first N
715 static void PrintPrefixTo(const Tuple& t, ::std::ostream* os) { function in struct:testing::internal::TuplePrefixPrinter
716 TuplePrefixPrinter<N - 1>::PrintPrefixTo(t, os);
737 static void PrintPrefixTo(const Tuple&, ::std::ostream*) {} function in struct:testing::internal::TuplePrefixPrinter
750 static void PrintPrefixTo(const Tuple& t, ::std::ostream* os) { function in struct:testing::internal::TuplePrefixPrinter
769 PrintPrefixTo(t, os);
/external/mesa3d/src/gtest/include/gtest/
H A Dgtest-printers.h706 // TuplePrefixPrinter<N>::PrintPrefixTo(t, os) prints the first N
715 static void PrintPrefixTo(const Tuple& t, ::std::ostream* os) { function in struct:testing::internal::TuplePrefixPrinter
716 TuplePrefixPrinter<N - 1>::PrintPrefixTo(t, os);
737 static void PrintPrefixTo(const Tuple&, ::std::ostream*) {} function in struct:testing::internal::TuplePrefixPrinter
750 static void PrintPrefixTo(const Tuple& t, ::std::ostream* os) { function in struct:testing::internal::TuplePrefixPrinter
769 PrintPrefixTo(t, os);
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h9956 // TuplePrefixPrinter<N>::PrintPrefixTo(t, os) prints the first N
9965 static void PrintPrefixTo(const Tuple& t, ::std::ostream* os) { function in struct:testing::internal::TuplePrefixPrinter
9966 TuplePrefixPrinter<N - 1>::PrintPrefixTo(t, os);
9987 static void PrintPrefixTo(const Tuple&, ::std::ostream*) {} function in struct:testing::internal::TuplePrefixPrinter
10000 static void PrintPrefixTo(const Tuple& t, ::std::ostream* os) { function in struct:testing::internal::TuplePrefixPrinter
10019 PrintPrefixTo(t, os);
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h9956 // TuplePrefixPrinter<N>::PrintPrefixTo(t, os) prints the first N
9965 static void PrintPrefixTo(const Tuple& t, ::std::ostream* os) { function in struct:testing::internal::TuplePrefixPrinter
9966 TuplePrefixPrinter<N - 1>::PrintPrefixTo(t, os);
9987 static void PrintPrefixTo(const Tuple&, ::std::ostream*) {} function in struct:testing::internal::TuplePrefixPrinter
10000 static void PrintPrefixTo(const Tuple& t, ::std::ostream* os) { function in struct:testing::internal::TuplePrefixPrinter
10019 PrintPrefixTo(t, os);

Completed in 2090 milliseconds