Lines Matching full:printing
165 // case printing it as an integer is the desired behavior. In case
166 // T is not an enum, printing it as an integer is the best we can do
387 // When printing a plain char, we always treat it as unsigned. This
444 // Prints the given number of elements in an array, without printing
484 // Overload for ::std::tr1::tuple. Needed for printing function arguments,
487 // Helper function for printing a tuple. T must be instantiated with
569 // a reference type. The same for printing value.second.
576 // Implements printing a non-reference type T by letting the compiler
592 // By default, ::testing::internal::PrintTo() is used for printing
619 // omit some details by printing only the first and the last
637 // Implements printing an array type T[N].
648 // Implements printing a reference type T&.
763 // Helper function for printing a tuple. T must be instantiated with