Home | History | Annotate | Download | only in parameter

Lines Matching refs:string

41 using std::string;
48 string CSelectionCriterionRule::getKind() const
54 string CSelectionCriterionRule::logValue(utility::ErrorContext & /*cxt*/) const
61 bool CSelectionCriterionRule::parse(CRuleParser &ruleParser, string &strError)
76 string strMatchesWhen;
83 string strValue;
111 string CSelectionCriterionRule::dump() const
114 string value;
118 return string(_pSelectionCriterion->getName()) + " " +
151 string strSelectionCriterion;
169 string strMatchesWhen;
171 string strError;
182 string strValue;
209 string strValue;
217 bool CSelectionCriterionRule::setMatchesWhen(const string &strMatchesWhen, string &strError)