Home
last modified time | relevance | path

Searched refs:m_niceHasBeenSet (Results 1 – 2 of 2) sorted by relevance

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-elasticbeanstalk/source/model/
H A DCPUUtilization.cpp27 m_niceHasBeenSet(false), in CPUUtilization()
47 m_niceHasBeenSet(false), in CPUUtilization()
80 m_niceHasBeenSet = true; in operator =()
130 if(m_niceHasBeenSet) in OutputToStream()
173 if(m_niceHasBeenSet) in OutputToStream()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-elasticbeanstalk/include/aws/elasticbeanstalk/model/
H A DCPUUtilization.h75 inline bool NiceHasBeenSet() const { return m_niceHasBeenSet; } in NiceHasBeenSet()
81 inline void SetNice(double value) { m_niceHasBeenSet = true; m_nice = value; } in SetNice()
245 bool m_niceHasBeenSet; variable