Home | History | Annotate | Download | only in test

Lines Matching full:printing

143 // A type with a user-defined << for printing its pointer.
251 // Tests printing various enum types.
273 // Tests printing a class implicitly convertible to BiggestInt.
279 // Tests printing various char types.
315 // Tests printing other simple, built-in types.
388 // Tests printing C strings.
456 // Tests printing pointers to other char types.
490 // Tests printing pointers to simple, built-in types.
516 // Tests printing pointers to pointers.
524 // Tests printing (non-member) function pointers.
555 // Tests printing member variable pointers. Although they are called
577 // Tests printing member function pointers. Although they are called
592 // Tests printing C arrays.
661 // Tests printing ::string and ::std::string.
695 // Tests printing ::wstring and ::std::wstring.
729 // Tests printing types that support generic streaming (i.e. streaming
733 // Tests printing a non-template type that supports generic streaming.
749 // Tests printing a template type that supports generic streaming.
766 // Tests printing a type that supports generic streaming and can be
789 // Tests printing StringPiece.
804 // Tests printing STL containers.
988 // Tests printing tuples.
1044 // Tests printing user-defined unprintable types.
1076 // Tests printing user-defined streamable types.
1091 // Tests printing user-defined types that have a PrintTo() function.
1097 // Tests printing a pointer to a user-defined type that has a <<
1104 // Tests printing user-defined class template that have a PrintTo() function.
1112 // Tests printing a protocol message.
1119 // Tests printing a short proto2 message.
1128 // Tests printing a long proto2 message.