Home
last modified time | relevance | path

Searched refs:updated_detail (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DProgress.cpp46 std::optional<std::string> updated_detail) { in Increment() argument
49 if (updated_detail) in Increment()
50 m_details = std::move(updated_detail.value()); in Increment()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DProgress.h94 std::optional<std::string> updated_detail = {});