Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBProgress.cpp46 std::optional<std::string> description_opt; in Increment() local
48 description_opt = description; in Increment()
49 m_opaque_up->Increment(amount, std::move(description_opt)); in Increment()