Lines Matching refs:errmsg
61 const std::string& errmsg) in PollCopyVariable() argument
65 errmsg_(errmsg) {} in PollCopyVariable()
75 const std::string& errmsg) in PollCopyVariable() argument
79 errmsg_(errmsg) {} in PollCopyVariable()
96 std::string* errmsg) override { in GetValue() argument
98 if (errmsg) { in GetValue()
100 *errmsg = "No value set for " + this->GetName(); in GetValue()
102 *errmsg = errmsg_; in GetValue()
210 std::string* errmsg) override { in GetValue() argument
212 if (errmsg) in GetValue()
213 *errmsg = "No value set for " + this->GetName(); in GetValue()