Searched refs:broadcast_type (Results 1 – 1 of 1) sorted by relevance
90 void SetValue(T value, PredicateBroadcastType broadcast_type) { in SetValue() argument94 broadcast_type); in SetValue()99 Broadcast(old_value, broadcast_type); in SetValue()213 void Broadcast(T old_value, PredicateBroadcastType broadcast_type) { in Broadcast() argument215 (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()