Searched refs:short_str (Results 1 - 1 of 1) sorted by relevance

/openjdk9/test/fmw/gtest/include/gtest/
H A Dgtest-printers.h150 const ::testing::internal::string short_str = value.ShortDebugString(); local
152 short_str.length() <= kProtobufOneLinerMaxLength ?
153 short_str : ("\n" + value.DebugString());

Completed in 86 milliseconds