Home
last modified time | relevance | path

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

/ndk/sources/third_party/googletest/googletest/include/gtest/
Dgtest-printers.h150 const ::testing::internal::string short_str = value.ShortDebugString(); in PrintValue() local
152 short_str.length() <= kProtobufOneLinerMaxLength ? in PrintValue()
153 short_str : ("\n" + value.DebugString()); in PrintValue()