HomeSort by relevance Sort by last modified time
    Searched defs:CSelectionCriterionRule (Results 1 - 2 of 2) sorted by null

  /external/parameter-framework/parameter/
SelectionCriterionRule.h 38 class CSelectionCriterionRule : public CRule
57 CSelectionCriterionRule();
SelectionCriterionRule.cpp 43 const CSelectionCriterionRule::SMatchingRuleDescription CSelectionCriterionRule::_astMatchesWhen[CSelectionCriterionRule::ENbMatchesWhen] = {
50 CSelectionCriterionRule::CSelectionCriterionRule() : _pSelectionCriterion(NULL), _eMatchesWhen(CSelectionCriterionRule::EIs), _iMatchValue(0)
55 string CSelectionCriterionRule::getKind() const
61 void CSelectionCriterionRule::logValue(string& strValue, CErrorContext& errorContext) const
70 bool CSelectionCriterionRule::parse(CRuleParser& ruleParser, string& strError)
119 void CSelectionCriterionRule::dump(string& strResult) cons
    [all...]

Completed in 34 milliseconds