HomeSort by relevance Sort by last modified time
    Searched defs:UniversalTersePrint (Results 1 - 7 of 7) sorted by null

  /external/google-breakpad/src/testing/gtest/include/gtest/
gtest-printers.h 69 // 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) {
680 inline void UniversalTersePrint(const char* str, ::std::ostream* os) {
687 inline void UniversalTersePrint(char* str, ::std::ostream* os) {
688 UniversalTersePrint(static_cast<const char*>(str), os);
692 // difference between this and UniversalTersePrint() is that for a
731 UniversalTersePrint(::std::tr1::get<N - 1>(t), &ss);
761 UniversalTersePrint(::std::tr1::get<0>(t), &ss);
778 // UniversalTersePrint() for how we define "tersely"
    [all...]
  /external/gtest/include/gtest/
gtest-printers.h 69 // 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) {
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/
gtest-printers.h 69 // 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) {
680 inline void UniversalTersePrint(const char* str, ::std::ostream* os) {
687 inline void UniversalTersePrint(char* str, ::std::ostream* os) {
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() for how we define "tersely"
    [all...]
  /external/mesa3d/src/gtest/include/gtest/
gtest-printers.h 69 // 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) {
680 inline void UniversalTersePrint(const char* str, ::std::ostream* os) {
687 inline void UniversalTersePrint(char* str, ::std::ostream* os) {
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() for how we define "tersely"
    [all...]
  /ndk/sources/third_party/googletest/googletest/include/gtest/
gtest-printers.h 69 // 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) {
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/libvpx/libvpx/third_party/googletest/src/include/gtest/
gtest.h     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
gtest.h     [all...]

Completed in 954 milliseconds