Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/Utility/
H A DReportRetriever.cpp145 ReportRetriever::FormatDescription(StructuredData::ObjectSP report) { in FormatDescription() function in ReportRetriever
206 std::string description = FormatDescription(report); in NotifyBreakpointHit()
H A DReportRetriever.h21 static std::string FormatDescription(StructuredData::ObjectSP report);
/src/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.h60 std::string FormatDescription(StructuredData::ObjectSP report);
H A DInstrumentationRuntimeTSan.cpp494 InstrumentationRuntimeTSan::FormatDescription(StructuredData::ObjectSP report) { in FormatDescription() function in InstrumentationRuntimeTSan
817 std::string issue_description = instance->FormatDescription(report); in NotifyBreakpointHit()
/src/contrib/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h5728 *gmock_os << FormatDescription(false); \
5731 *gmock_os << FormatDescription(true); \
5735 ::std::string FormatDescription(bool negation) const { \
5807 *gmock_os << FormatDescription(false); \
5810 *gmock_os << FormatDescription(true); \
5815 ::std::string FormatDescription(bool negation) const { \