Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/googletest/googletest/include/gtest/
H A Dgtest-printers.h241 std::string pretty_str = value.ShortDebugString(); in PrintValue()
/freebsd-14.2/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-internal.h891 std::string, decltype(std::declval<const C>().ShortDebugString())>::type;
/freebsd-14.2/contrib/googletest/googletest/test/
H A Dgtest_unittest.cc7184 std::string ShortDebugString() const { return ""; } in ShortDebugString() function
7191 int ShortDebugString() const { return 1; } in ShortDebugString() function
7196 std::string ShortDebugString() const { return ""; } in ShortDebugString() function