#include <gtest-printers.h>
|
template<typename T , typename = typename std::enable_if< internal::HasDebugStringAndShortDebugString<T>::value>::type> |
static void | PrintValue (const T &value, ::std::ostream *os) |
|
Definition at line 221 of file gtest-printers.h.
◆ PrintValue()
template<typename T , typename = typename std::enable_if< internal::HasDebugStringAndShortDebugString<T>::value>::type>
static void testing::internal::ProtobufPrinter::PrintValue |
( |
const T & |
value, |
|
|
::std::ostream * |
os |
|
) |
| |
|
inlinestatic |
Definition at line 230 of file gtest-printers.h.
230 {
231 std::string pretty_str =
value.ShortDebugString();
233 pretty_str =
"\n" +
value.DebugString();
234 }
235 *os << ("<" + pretty_str + ">");
236 }
static const size_t kProtobufOneLinerMaxLength
◆ kProtobufOneLinerMaxLength
const size_t testing::internal::ProtobufPrinter::kProtobufOneLinerMaxLength = 50 |
|
static |
The documentation for this struct was generated from the following file:
- /media/home/debian/src/github/tesseract-ocr/tesseract/unittest/third_party/googletest/googletest/include/gtest/gtest-printers.h