Lines Matching defs:internal
35 // void ::testing::internal::UniversalPrinter<T>::Print(value, ostream_ptr);
74 // void ::testing::internal::UniversalTersePrint(const T& value, ostream*);
79 // void ::testing::internal::UniversalPrint(const T& value, ostream*);
122 #include "gtest/internal/gtest-internal.h"
123 #include "gtest/internal/gtest-port.h"
131 // Definitions in the internal* namespaces are subject to change without notice.
133 namespace internal {
179 internal::UniversalPrint(elem, os);
262 internal::HasDebugStringAndShortDebugString<T>::value>::type>
280 static void PrintValue(internal::BiggestInt value, ::std::ostream* os) {
287 static void PrintValue(internal::StringView value, ::std::ostream* os) {
288 internal::UniversalPrint(value, os);
487 internal::PrintWithFallback(value, os);
510 // Prints a wchar_t as a symbol if it is printable or as its internal
715 // Overload for internal::StringView.
716 inline void PrintTo(internal::StringView sp, ::std::ostream* os) {
725 *os << internal::GetTypeName(info);
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
858 return internal::GetTypeName(value.type());
1167 } // namespace internal
1172 internal::UniversalTersePrinter<T>::Print(value, &ss);
1181 #include "gtest/internal/custom/gtest-printers.h"