Searched refs:strMatchesWhen (Results 1 – 2 of 2) sorted by relevance
76 string strMatchesWhen; in parse() local78 if (!ruleParser.next(strMatchesWhen, strError)) { in parse()91 if (!setMatchesWhen(strMatchesWhen, strError)) { in parse()169 string strMatchesWhen; in fromXml() local170 xmlElement.getAttribute("MatchesWhen", strMatchesWhen); in fromXml()173 if (!setMatchesWhen(strMatchesWhen, strError)) { in fromXml()175 xmlDomainImportContext.setError("Wrong MatchesWhen attribute " + strMatchesWhen + " in " + in fromXml()217 bool CSelectionCriterionRule::setMatchesWhen(const string &strMatchesWhen, string &strError) in setMatchesWhen() argument223 if (strMatchesWhen == pstMatchingRuleDescription->pcMatchesWhen) { in setMatchesWhen()
83 bool setMatchesWhen(const std::string &strMatchesWhen, std::string &strError);