Home
last modified time | relevance | path

Searched refs:pParentRule (Results 1 – 2 of 2) sorted by relevance

/external/parameter-framework/upstream/parameter/
DRuleParser.cpp61 bool CRuleParser::parse(CCompoundRule *pParentRule, string &strError) in parse() argument
83 if (pParentRule) { in parse()
86 pParentRule->addChild(pCompoundRule); in parse()
117 ALWAYS_ASSERT(pParentRule != NULL, "Invalid parent rule given to rule parser"); in parse()
119 pParentRule->addChild(pCriterionRule); in parse()
DRuleParser.h58 bool parse(CCompoundRule *pParentRule, std::string &strError);