Searched refs:short_str (Results 1 – 1 of 1) sorted by relevance
150 const ::testing::internal::string short_str = value.ShortDebugString(); in PrintValue() local152 short_str.length() <= kProtobufOneLinerMaxLength ? in PrintValue()153 short_str : ("\n" + value.DebugString()); in PrintValue()