Home
last modified time | relevance | path

Searched refs:pretty_str (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest-printers.h171 std::string pretty_str = value.ShortDebugString(); in PrintValue() local
172 if (pretty_str.length() > kProtobufOneLinerMaxLength) { in PrintValue()
173 pretty_str = "\n" + value.DebugString(); in PrintValue()
175 *os << ("<" + pretty_str + ">"); in PrintValue()