Home
last modified time | relevance | path

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

/freebsd/contrib/googletest/googletest/include/gtest/
H A Dgtest-printers.h264 std::string pretty_str = value.ShortDebugString();
/freebsd/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-internal.h885 std::string, decltype(std::declval<const C>().ShortDebugString())>::type;
/freebsd/contrib/googletest/googletest/test/
H A Dgtest_unittest.cc7192 std::string ShortDebugString() const { return ""; } in ShortDebugString() function
7199 int ShortDebugString() const { return 1; } in ShortDebugString() function
7204 std::string ShortDebugString() const { return ""; } in ShortDebugString() function