Lines Matching full:printing
143 // A type with a user-defined << for printing its pointer.
245 // Tests printing various enum types.
267 // Tests printing a class implicitly convertible to BiggestInt.
273 // Tests printing various char types.
309 // Tests printing other simple, built-in types.
382 // Tests printing C strings.
450 // Tests printing pointers to other char types.
484 // Tests printing pointers to simple, built-in types.
510 // Tests printing pointers to pointers.
518 // Tests printing (non-member) function pointers.
549 // Tests printing member variable pointers. Although they are called
571 // Tests printing member function pointers. Although they are called
586 // Tests printing C arrays.
642 // Tests printing ::string and ::std::string.
676 // Tests printing ::wstring and ::std::wstring.
710 // Tests printing types that support generic streaming (i.e. streaming
714 // Tests printing a non-template type that supports generic streaming.
730 // Tests printing a template type that supports generic streaming.
747 // Tests printing a type that supports generic streaming and can be
770 // Tests printing StringPiece.
785 // Tests printing STL containers.
969 // Tests printing tuples.
1025 // Tests printing user-defined unprintable types.
1057 // Tests printing user-defined streamable types.
1072 // Tests printing user-defined types that have a PrintTo() function.
1078 // Tests printing a pointer to a user-defined type that has a <<
1085 // Tests printing user-defined class template that have a PrintTo() function.
1093 // Tests printing a protocol message.
1100 // Tests printing a short proto2 message.
1109 // Tests printing a long proto2 message.