Searched refs:ProgressEvent (Results 1 – 5 of 5) sorted by relevance
24 ProgressEvent::ProgressEvent(uint64_t progress_id, Optional<StringRef> message, in ProgressEvent() function in ProgressEvent26 const ProgressEvent *prev_event) in ProgressEvent()65 Optional<ProgressEvent> ProgressEvent::Create(uint64_t progress_id, in Create()84 bool ProgressEvent::EqualsForIDE(const ProgressEvent &other) const { in EqualsForIDE()92 StringRef ProgressEvent::GetEventName() const { in GetEventName()101 json::Value ProgressEvent::ToJSON() const { in ToJSON()126 bool ProgressEvent::Report(ProgressEventReportCallback callback) { in Report()138 bool ProgressEvent::Reported() const { return m_reported; } in Reported()141 const ProgressEvent &start_event, in ProgressEventManager()165 if (Optional<ProgressEvent> event = ProgressEvent::Create( in Update()[all …]
26 class ProgressEvent; variable27 using ProgressEventReportCallback = std::function<void(ProgressEvent &)>;29 class ProgressEvent {49 static llvm::Optional<ProgressEvent>52 const ProgressEvent *prev_event = nullptr);59 bool EqualsForIDE(const ProgressEvent &other) const;75 const ProgressEvent *prev_event);91 ProgressEventManager(const ProgressEvent &start_event,111 const ProgressEvent &GetMostRecentEvent() const;114 ProgressEvent m_start_event;[all …]
35 ProgressEvent.cpp
45 [&](const ProgressEvent &event) { SendJSON(event.ToJSON()); }) { in __anon33c0155f0102()
49 "ProgressEvent.cpp",