Searched refs:m_statisticValuesHasBeenSet (Results 1 – 4 of 4) sorted by relevance
24 m_statisticValuesHasBeenSet(false), in MetricDatum()36 m_statisticValuesHasBeenSet(false), in MetricDatum()69 m_statisticValuesHasBeenSet = true; in operator =()117 if(m_statisticValuesHasBeenSet) in Jsonize()
29 m_statisticValuesHasBeenSet(false), in MetricDatum()45 m_statisticValuesHasBeenSet(false), in MetricDatum()96 m_statisticValuesHasBeenSet = true; in operator =()167 if(m_statisticValuesHasBeenSet) in OutputToStream()228 if(m_statisticValuesHasBeenSet) in OutputToStream()
135 inline bool StatisticValuesHasBeenSet() const { return m_statisticValuesHasBeenSet; } in StatisticValuesHasBeenSet()140 …inline void SetStatisticValues(const StatisticSet& value) { m_statisticValuesHasBeenSet = true; m_… in SetStatisticValues()145 …inline void SetStatisticValues(StatisticSet&& value) { m_statisticValuesHasBeenSet = true; m_stati… in SetStatisticValues()237 bool m_statisticValuesHasBeenSet; variable
208 inline bool StatisticValuesHasBeenSet() const { return m_statisticValuesHasBeenSet; } in StatisticValuesHasBeenSet()213 …inline void SetStatisticValues(const StatisticSet& value) { m_statisticValuesHasBeenSet = true; m_… in SetStatisticValues()218 …inline void SetStatisticValues(StatisticSet&& value) { m_statisticValuesHasBeenSet = true; m_stati… in SetStatisticValues()504 bool m_statisticValuesHasBeenSet; variable