Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DProperty.cpp289 void Property::SetValueChangedCallback(OptionValueChangedCallback callback, in SetValueChangedCallback() function in Property
292 m_value_sp->SetValueChangedCallback(callback, baton); in SetValueChangedCallback()
H A DOptionValueProperties.cpp63 void OptionValueProperties::SetValueChangedCallback( in SetValueChangedCallback() function in OptionValueProperties
67 property->SetValueChangedCallback(callback, baton); in SetValueChangedCallback()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DProperty.h68 void SetValueChangedCallback(OptionValueChangedCallback callback,
H A DOptionValueProperties.h209 void SetValueChangedCallback(uint32_t property_idx,
H A DOptionValue.h320 void SetValueChangedCallback(OptionValueChangedCallback callback, in SetValueChangedCallback() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DTarget.cpp3596 m_collection_sp->SetValueChangedCallback( in TargetProperties()
3598 m_collection_sp->SetValueChangedCallback( in TargetProperties()
3600 m_collection_sp->SetValueChangedCallback( in TargetProperties()
3602 m_collection_sp->SetValueChangedCallback( in TargetProperties()
3605 m_collection_sp->SetValueChangedCallback( in TargetProperties()
3608 m_collection_sp->SetValueChangedCallback( in TargetProperties()
3611 m_collection_sp->SetValueChangedCallback( in TargetProperties()
3614 m_collection_sp->SetValueChangedCallback( in TargetProperties()
3617 m_collection_sp->SetValueChangedCallback( in TargetProperties()
H A DProcess.cpp176 m_collection_sp->SetValueChangedCallback( in ProcessProperties()