Searched refs:ProgressEvent (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/llvm/lldb/tools/lldb-vscode/ |
| H A D | ProgressEvent.cpp | 25 ProgressEvent::ProgressEvent(uint64_t progress_id, in ProgressEvent() function in ProgressEvent 28 const ProgressEvent *prev_event) in ProgressEvent() 67 std::optional<ProgressEvent> 68 ProgressEvent::Create(uint64_t progress_id, std::optional<StringRef> message, in Create() 70 const ProgressEvent *prev_event) { in Create() 74 ProgressEvent event(progress_id, message, completed, total, prev_event); in Create() 85 bool ProgressEvent::EqualsForIDE(const ProgressEvent &other) const { in EqualsForIDE() 91 ProgressEventType ProgressEvent::GetEventType() const { return m_event_type; } in GetEventType() 93 StringRef ProgressEvent::GetEventName() const { in GetEventName() 102 json::Value ProgressEvent::ToJSON() const { in ToJSON() [all …]
|
| H A D | ProgressEvent.h | 27 class ProgressEvent; variable 28 using ProgressEventReportCallback = std::function<void(ProgressEvent &)>; 30 class ProgressEvent { 50 static std::optional<ProgressEvent> 53 const ProgressEvent *prev_event = nullptr); 60 bool EqualsForIDE(const ProgressEvent &other) const; 74 ProgressEvent(uint64_t progress_id, std::optional<llvm::StringRef> message, 76 const ProgressEvent *prev_event); 92 ProgressEventManager(const ProgressEvent &start_event, 112 const ProgressEvent &GetMostRecentEvent() const; [all …]
|
| H A D | CMakeLists.txt | 35 ProgressEvent.cpp
|
| H A D | VSCode.cpp | 45 [&](const ProgressEvent &event) { SendJSON(event.ToJSON()); }) { in __anon5742f8c60102()
|
| /openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/tools/lldb-vscode/ |
| H A D | BUILD.gn | 49 "ProgressEvent.cpp",
|