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

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

Completed in 224 milliseconds