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

  /external/chromium/testing/gtest/include/gtest/
gtest-printers.h 74 // void ::testing::internal::UniversalPrint(const T& value, ostream*);
264 void UniversalPrint(const T& value, ::std::ostream* os);
287 internal::UniversalPrint(*it, os);
448 UniversalPrint(a[0], os);
451 UniversalPrint(a[i], os);
568 // We cannot use UniversalPrint(value.first, os) here, as T1 may be
665 UniversalPrint(value, os);
678 UniversalPrint(value, os);
684 UniversalPrint(string(str), os);
696 void UniversalPrint(const T& value, ::std::ostream* os)
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/
gtest-printers.h 74 // void ::testing::internal::UniversalPrint(const T& value, ostream*);
264 void UniversalPrint(const T& value, ::std::ostream* os);
287 internal::UniversalPrint(*it, os);
448 UniversalPrint(a[0], os);
451 UniversalPrint(a[i], os);
568 // We cannot use UniversalPrint(value.first, os) here, as T1 may be
665 UniversalPrint(value, os);
678 UniversalPrint(value, os);
684 UniversalPrint(string(str), os);
696 void UniversalPrint(const T& value, ::std::ostream* os)
    [all...]

Completed in 30 milliseconds