Struct ProtobufPrinter
Defined in File gtest-printers.h
Struct Documentation
-
struct ProtobufPrinter
Public Static Functions
-
template<typename T, typename = typename std::enable_if<internal::HasDebugStringAndShortDebugString<T>::value>::type>
static inline void PrintValue(const T &value, ::std::ostream *os)
Public Static Attributes
-
static const size_t kProtobufOneLinerMaxLength = 50
-
template<typename T, typename = typename std::enable_if<internal::HasDebugStringAndShortDebugString<T>::value>::type>