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

/external/chromium_org/testing/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
746 void UniversalTersePrint(const T& value, ::std::ostream* os) { function in namespace:testing::internal
751 // difference between this and UniversalTersePrint() is that for a
844 UniversalTersePrint(TuplePolicy<Tuple>::template get<N - 1>(t), &ss);
870 // UniversalTersePrint() for how we define "tersely".
/external/chromium_org/third_party/mesa/src/src/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
677 void UniversalTersePrint(const T& value, ::std::ostream* os) { function in namespace:testing::internal
680 inline void UniversalTersePrint(const char* str, ::std::ostream* os) { function in namespace:testing::internal
687 inline void UniversalTersePrint(char* str, ::std::ostream* os) { function in namespace:testing::internal
688 UniversalTersePrint(static_cast<const char*>(str), os);
692 // difference between this and UniversalTersePrint() is that for a
728 UniversalTersePrint(::std::tr1::get<N - 1>(t), &ss);
758 UniversalTersePrint(::std::tr1::get<0>(t), &ss);
775 // UniversalTersePrint() fo
[all...]
/external/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".
/external/llvm/utils/unittest/googletest/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
677 void UniversalTersePrint(const T& value, ::std::ostream* os) { function in namespace:testing::internal
680 inline void UniversalTersePrint(const char* str, ::std::ostream* os) { function in namespace:testing::internal
687 inline void UniversalTersePrint(char* str, ::std::ostream* os) { function in namespace:testing::internal
688 UniversalTersePrint(static_cast<const char*>(str), os);
692 // difference between this and UniversalTersePrint() is that for a
728 UniversalTersePrint(::std::tr1::get<N - 1>(t), &ss);
758 UniversalTersePrint(::std::tr1::get<0>(t), &ss);
775 // UniversalTersePrint() fo
[all...]
/external/mesa3d/src/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
677 void UniversalTersePrint(const T& value, ::std::ostream* os) { function in namespace:testing::internal
680 inline void UniversalTersePrint(const char* str, ::std::ostream* os) { function in namespace:testing::internal
687 inline void UniversalTersePrint(char* str, ::std::ostream* os) { function in namespace:testing::internal
688 UniversalTersePrint(static_cast<const char*>(str), os);
692 // difference between this and UniversalTersePrint() is that for a
728 UniversalTersePrint(::std::tr1::get<N - 1>(t), &ss);
758 UniversalTersePrint(::std::tr1::get<0>(t), &ss);
775 // UniversalTersePrint() fo
[all...]
/external/chromium_org/third_party/libvpx/source/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".
/external/libvpx/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 2835 milliseconds