Home
last modified time | relevance | path

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

/src/contrib/googletest/googletest/include/gtest/
H A Dgtest-printers.h268 std::string pretty_str = value.ShortDebugString();
/src/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-internal.h877 std::string, decltype(std::declval<const C>().ShortDebugString())>::type;
/src/contrib/googletest/googletest/test/
H A Dgtest_unittest.cc7240 std::string ShortDebugString() const { return ""; } in ShortDebugString() function
7247 int ShortDebugString() const { return 1; } in ShortDebugString() function
7252 std::string ShortDebugString() const { return ""; } in ShortDebugString() function