Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DPredicate.h89 void SetValue(T value, PredicateBroadcastType broadcast_type) { in SetValue() argument
93 broadcast_type); in SetValue()
98 Broadcast(old_value, broadcast_type); in SetValue()
210 void Broadcast(T old_value, PredicateBroadcastType broadcast_type) { in Broadcast() argument
212 (broadcast_type == eBroadcastAlways) || in Broadcast()
213 ((broadcast_type == eBroadcastOnChange) && old_value != m_value); in Broadcast()
217 __FUNCTION__, old_value, broadcast_type, m_value, broadcast); in Broadcast()