Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Interpreter/
DProperty.cpp301 void Property::SetValueChangedCallback(std::function<void()> callback) { in SetValueChangedCallback() function in Property
DOptionValueProperties.cpp62 void OptionValueProperties::SetValueChangedCallback( in SetValueChangedCallback() function in OptionValueProperties
/external/llvm-project/lldb/include/lldb/Interpreter/
DOptionValue.h309 void SetValueChangedCallback(std::function<void()> callback) { in SetValueChangedCallback() function