Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/googletest/googlemock/src/
H A Dgmock-matchers.cc380 std::string MatchMatrix::DebugString() const { in DebugString() function in testing::internal::MatchMatrix
/freebsd-13.1/contrib/googletest/googletest/include/gtest/
H A Dgtest-printers.h172 pretty_str = "\n" + value.DebugString(); in PrintValue()
/freebsd-13.1/contrib/googletest/googletest/docs/
H A Dadvanced.md576 return os << bar.DebugString(); // whatever needed to print bar to os
584 return os << bar.DebugString(); // whatever needed to print bar to os
605 *os << bar.DebugString(); // whatever needed to print bar to os
613 *os << bar.DebugString(); // whatever needed to print bar to os
/freebsd-13.1/contrib/googletest/googlemock/test/
H A Dgmock-matchers_test.cc6090 << "graph: " << graph.DebugString(); in TEST_P()
6132 Pair(0, 2))) << g.DebugString(); in TEST_F()
6143 << "graph: " << graph.DebugString() in TEST_P()
6182 << " graph: " << graph.DebugString() in TEST_P()
/freebsd-13.1/contrib/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h3651 std::string DebugString() const;