Lines Matching defs:strError
61 bool CRuleParser::parse(CCompoundRule *pParentRule, string &strError)
65 if (!iterate(strError)) {
76 if (!pCompoundRule->parse(*this, strError)) {
93 if (!parse(pCompoundRule, strError)) {
110 if (!pCriterionRule->parse(*this, strError)) {
132 strError = "Syntax error, no rule found";
147 bool CRuleParser::iterate(string &strError)
178 strError = "Missing opening brace";
198 strError = "Missing closing brace";
206 strError = "Syntax error";
241 bool CRuleParser::next(string &strNext, string &strError)
254 strError = "Syntax error";