Home
last modified time | relevance | path

Searched defs:ProtobufPrinter (Results 1 – 1 of 1) sorted by relevance

/llvm-project/third-party/unittest/googletest/include/gtest/
H A Dgtest-printers.h246 struct ProtobufPrinter { struct
250 static const size_t kProtobufOneLinerMaxLength = 50;
255 static void PrintValue(const T& value, ::std::ostream* os) { in PrintValue()