Home
last modified time | relevance | path

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

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