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

  /external/parameter-framework/parameter/
CompoundRule.h 36 class CCompoundRule : public CRule
39 CCompoundRule();
CompoundRule.cpp 38 const char* CCompoundRule::_apcTypes[2] = {
43 CCompoundRule::CCompoundRule() : _bTypeAll(false)
48 string CCompoundRule::getKind() const
54 bool CCompoundRule::childrenAreDynamic() const
60 void CCompoundRule::logValue(string& strValue, CErrorContext& errorContext) const
69 bool CCompoundRule::parse(CRuleParser& ruleParser, string& strError)
93 void CCompoundRule::dump(string& strResult) const
122 bool CCompoundRule::matches() const
140 bool CCompoundRule::fromXml(const CXmlElement& xmlElement, CXmlSerializingContext& serializingContext
    [all...]

Completed in 31 milliseconds