Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/googletest/googlemock/src/
H A Dgmock-matchers.cc270 std::string MatchMatrix::DebugString() const { in DebugString() function in testing::internal::MatchMatrix
/freebsd-14.2/contrib/googletest/googlemock/test/
H A Dgmock-matchers-misc_test.cc505 << "graph: " << graph.DebugString(); in TEST_P()
546 << g.DebugString(); in TEST_F()
557 << "graph: " << graph.DebugString() in TEST_P()
590 << " graph: " << graph.DebugString() in TEST_P()
/freebsd-14.2/contrib/googletest/googletest/include/gtest/
H A Dgtest-printers.h243 pretty_str = "\n" + value.DebugString(); in PrintValue()
/freebsd-14.2/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-internal.h885 std::string, decltype(std::declval<const C>().DebugString())>::type;
/freebsd-14.2/contrib/googletest/googletest/test/
H A Dgtest_unittest.cc7183 std::string DebugString() const { return ""; } in DebugString() function
7190 std::string DebugString() const { return ""; } in DebugString() function
7195 std::string DebugString() { return ""; } in DebugString() function
7200 std::string DebugString() { return ""; } in DebugString() function
/freebsd-14.2/contrib/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h3537 std::string DebugString() const;