Searched refs:debugger_specific (Results 1 – 2 of 2) sorted by relevance
24 uint64_t completed, uint64_t total, bool debugger_specific) in ProgressEventData() argument26 m_total(total), m_debugger_specific(debugger_specific) {} in ProgressEventData()59 DiagnosticEventData(Type type, std::string message, bool debugger_specific) in DiagnosticEventData() argument61 m_debugger_specific(debugger_specific) {} in DiagnosticEventData()
1329 bool debugger_specific) { in PrivateReportDiagnostic() argument1347 DiagnosticEventData event_data(type, std::move(message), debugger_specific); in PrivateReportDiagnostic()1354 new DiagnosticEventData(type, std::move(message), debugger_specific)); in PrivateReportDiagnostic()