Searched refs:m_maxContributorValue (Results 1 – 2 of 2) sorted by relevance
27 m_maxContributorValue(0.0), in InsightRuleMetricDatapoint()46 m_maxContributorValue(0.0), in InsightRuleMetricDatapoint()83 …m_maxContributorValue = StringUtils::ConvertToDouble(StringUtils::Trim(Aws::Utils::Xml::DecodeEsca… in operator =()135 …< locationValue << ".MaxContributorValue=" << StringUtils::URLEncode(m_maxContributorValue) << "&"; in OutputToStream()177 …eam << location << ".MaxContributorValue=" << StringUtils::URLEncode(m_maxContributorValue) << "&"; in OutputToStream()
111 inline double GetMaxContributorValue() const{ return m_maxContributorValue; } in GetMaxContributorValue()127 …butorValue(double value) { m_maxContributorValueHasBeenSet = true; m_maxContributorValue = value; } in SetMaxContributorValue()294 double m_maxContributorValue; variable