Lines Matching defs:testing
35 // void ::testing::internal::UniversalPrinter<T>::Print(value, ostream_ptr);
68 // std::string ::testing::PrintToString(const T& value);
74 // void ::testing::internal::UniversalTersePrint(const T& value, ostream*);
79 // void ::testing::internal::UniversalPrint(const T& value, ostream*);
129 namespace testing {
380 return ::testing::PrintToString(value);
401 return ::testing::PrintToString(static_cast<const void*>(value)); \
428 return ::testing::PrintToString(value); \
819 // conflicts with ::testing::internal::PrintTo in the body of the
822 // By default, ::testing::internal::PrintTo() is used for printing
828 // in ::testing::internal, it will be picked by the compiler in the
1176 } // namespace testing