Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DPredicate.h90 void SetValue(T value, PredicateBroadcastType broadcast_type) { in SetValue() argument
94 broadcast_type); in SetValue()
99 Broadcast(old_value, broadcast_type); in SetValue()
213 void Broadcast(T old_value, PredicateBroadcastType broadcast_type) { in Broadcast() argument
215 (broadcast_type == eBroadcastAlways) || in Broadcast()
216 ((broadcast_type == eBroadcastOnChange) && old_value != m_value); in Broadcast()
220 __FUNCTION__, old_value, broadcast_type, m_value, broadcast); in Broadcast()