Searched refs:strMatchesWhen (Results 1 – 2 of 2) sorted by relevance
84 string strMatchesWhen; in parse() local86 if (!ruleParser.next(strMatchesWhen, strError)) { in parse()99 if (!setMatchesWhen(strMatchesWhen, strError)) { in parse()173 string strMatchesWhen = xmlElement.getAttributeString("MatchesWhen"); in fromXml() local176 if (!setMatchesWhen(strMatchesWhen, strError)) { in fromXml()178 …xmlDomainImportContext.setError("Wrong MatchesWhen attribute " + strMatchesWhen + " in " + getKind… in fromXml()219 bool CSelectionCriterionRule::setMatchesWhen(const string& strMatchesWhen, string& strError) in setMatchesWhen() argument227 if (strMatchesWhen == pstMatchingRuleDescription->pcMatchesWhen) { in setMatchesWhen()
81 bool setMatchesWhen(const std::string& strMatchesWhen, std::string& strError);