Searched refs:GetValueDidChange (Results 1 – 7 of 7) sorted by relevance
83 SetValueDidChange(m_parent->GetValueDidChange()); in UpdateValue()
5793 if (valobj->GetValueDidChange()) in DisplayRowObject()
60 changed = property(GetValueDidChange, None, doc='''A read only property that returns a boolean value that indicates if this value has changed since it was last updated.''')
77 bool GetValueDidChange();
403 bool SBValue::GetValueDidChange() { in GetValueDidChange() function in SBValue411 result = value_sp->GetValueDidChange(); in GetValueDidChange()
563 bool GetValueDidChange() { return m_flags.m_value_did_change; } in GetValueDidChange() function
76189 result = (bool)(arg1)->GetValueDidChange(); in _wrap_SBValue_GetValueDidChange()