Lines Matching refs:strError
61 bool CSelectionCriterionRule::parse(CRuleParser &ruleParser, string &strError) in parse() argument
70 strError = "Couldn't find selection criterion " + ruleParser.getType(); in parse()
78 if (!ruleParser.next(strMatchesWhen, strError)) { in parse()
85 if (!ruleParser.next(strValue, strError)) { in parse()
91 if (!setMatchesWhen(strMatchesWhen, strError)) { in parse()
93 strError = "Verb error: " + strError; in parse()
101 strError = "Value error: \"" + strValue + "\" is not part of criterion \"" + in parse()
171 string strError; in fromXml() local
173 if (!setMatchesWhen(strMatchesWhen, strError)) { in fromXml()
176 getKind() + " " + xmlElement.getPath() + ": " + strError); in fromXml()
217 bool CSelectionCriterionRule::setMatchesWhen(const string &strMatchesWhen, string &strError) in setMatchesWhen() argument
235 strError = "Value incompatible with exclusive kind of type"; in setMatchesWhen()
247 strError = "Value not found"; in setMatchesWhen()