Searched refs:pretty_str (Results 1 – 1 of 1) sorted by relevance
171 std::string pretty_str = value.ShortDebugString(); in PrintValue() local172 if (pretty_str.length() > kProtobufOneLinerMaxLength) { in PrintValue()173 pretty_str = "\n" + value.DebugString(); in PrintValue()175 *os << ("<" + pretty_str + ">"); in PrintValue()