Searched refs:debugger_specific (Results 1 – 2 of 2) sorted by relevance
23 uint64_t completed, uint64_t total, bool debugger_specific) in ProgressEventData() argument25 m_total(total), m_debugger_specific(debugger_specific) {} in ProgressEventData()57 DiagnosticEventData(Type type, std::string message, bool debugger_specific) in DiagnosticEventData() argument59 m_debugger_specific(debugger_specific) {} in DiagnosticEventData()
1339 bool debugger_specific) { in PrivateReportDiagnostic() argument1354 DiagnosticEventData event_data(type, std::move(message), debugger_specific); in PrivateReportDiagnostic()1361 new DiagnosticEventData(type, std::move(message), debugger_specific)); in PrivateReportDiagnostic()