Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gdb/gdb/
H A Dwince-stub.c298 int nbytes = ev->u.DebugString.nDebugStringLength; in skip_message()
304 if (!ReadProcessMemory (curproc, ev->u.DebugString.lpDebugStringData, in skip_message()
H A Dwince.c1247 gdb_wince_len nbytes = current_event.u.DebugString.nDebugStringLength; in handle_output_debug_string()
1254 current_event.u.DebugString.lpDebugStringData, in handle_output_debug_string()
H A Dwin32-nat.c920 ((CORE_ADDR) current_event.u.DebugString.lpDebugStringData, &s, 1024, 0) in handle_output_debug_string()
/freebsd-12.1/contrib/googletest/googlemock/src/
H A Dgmock-matchers.cc380 std::string MatchMatrix::DebugString() const { in DebugString() function in testing::internal::MatchMatrix
/freebsd-12.1/contrib/googletest/googletest/include/gtest/
H A Dgtest-printers.h172 pretty_str = "\n" + value.DebugString(); in PrintValue()
/freebsd-12.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-12.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-12.1/contrib/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h3651 std::string DebugString() const;