Searched refs:broadcast_type (Results 1 – 1 of 1) sorted by relevance
89 void SetValue(T value, PredicateBroadcastType broadcast_type) { in SetValue() argument93 broadcast_type); in SetValue()98 Broadcast(old_value, broadcast_type); in SetValue()210 void Broadcast(T old_value, PredicateBroadcastType broadcast_type) { in Broadcast() argument212 (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()