Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DProperty.cpp301 void Property::SetValueChangedCallback(std::function<void()> callback) { in SetValueChangedCallback() function in Property
H A DOptionValueProperties.cpp40 void OptionValueProperties::SetValueChangedCallback( in SetValueChangedCallback() function in OptionValueProperties
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValue.h313 void SetValueChangedCallback(std::function<void()> callback) { in SetValueChangedCallback() function