Home
last modified time | relevance | path

Searched defs:SetValueChangedCallback (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DProperty.cpp305 void Property::SetValueChangedCallback(std::function<void()> callback) { in SetValueChangedCallback() function in Property
H A DOptionValueProperties.cpp40 void OptionValueProperties::SetValueChangedCallback( in SetValueChangedCallback() function in OptionValueProperties
/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DOptionValue.h324 void SetValueChangedCallback(std::function<void()> callback) { in SetValueChangedCallback() function