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