Searched refs:m_thresholdTypeHasBeenSet (Results 1 – 2 of 2) sorted by relevance
29 m_thresholdTypeHasBeenSet(false), in Notification()43 m_thresholdTypeHasBeenSet(false), in Notification()77 m_thresholdTypeHasBeenSet = true; in operator =()110 if(m_thresholdTypeHasBeenSet) in Jsonize()
174 inline bool ThresholdTypeHasBeenSet() const { return m_thresholdTypeHasBeenSet; } in ThresholdTypeHasBeenSet()185 …inline void SetThresholdType(const ThresholdType& value) { m_thresholdTypeHasBeenSet = true; m_thr… in SetThresholdType()196 …inline void SetThresholdType(ThresholdType&& value) { m_thresholdTypeHasBeenSet = true; m_threshol… in SetThresholdType()269 bool m_thresholdTypeHasBeenSet; variable