Home | History | Annotate | Download | only in parameter

Lines Matching full:matcheswhen

168     // Get MatchesWhen
170 xmlElement.getAttribute("MatchesWhen", strMatchesWhen);
175 xmlDomainImportContext.setError("Wrong MatchesWhen attribute " + strMatchesWhen + " in " +
205 // Set MatchesWhen
206 xmlElement.setAttribute("MatchesWhen", _astMatchesWhen[_eMatchesWhen].pcMatchesWhen);
216 // XML MatchesWhen attribute parsing
219 for (size_t matchesWhen = 0; matchesWhen < ENbMatchesWhen; matchesWhen++) {
221 const SMatchingRuleDescription *pstMatchingRuleDescription = &_astMatchesWhen[matchesWhen];
241 _eMatchesWhen = (MatchesWhen)matchesWhen;