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

/gem5/ext/googletest/googletest/include/gtest/
H A Dgtest-printers.h154 const ::testing::internal::string short_str = value.ShortDebugString(); local
156 short_str.length() <= kProtobufOneLinerMaxLength ?
157 short_str : ("\n" + value.DebugString());

Completed in 8 milliseconds