Searched refs:UniversalPrint (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.h9267 // void ::testing::internal::UniversalPrint(const T& value, ostream*);
9455 void UniversalPrint(const T& value, ::std::ostream* os);
9478 internal::UniversalPrint(*it, os);
9639 UniversalPrint(a[0], os);
9642 UniversalPrint(a[i], os);
9759 // We cannot use UniversalPrint(value.first, os) here, as T1 may be
9859 UniversalPrint(value, os);
9875 UniversalPrint(value, os);
9882 UniversalPrint(value, os);
9899 UniversalPrint(strin
9943 void UniversalPrint(const T& value, ::std::ostream* os) { function in namespace:testing::internal
[all...]

Completed in 67 milliseconds