OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CCompoundRule
(Results
1 - 7
of
7
) sorted by null
/external/parameter-framework/upstream/parameter/
CompoundRule.cpp
38
const char *
CCompoundRule
::_apcTypes[2] = {"Any", "All"};
41
string
CCompoundRule
::getKind() const
47
bool
CCompoundRule
::childrenAreDynamic() const
53
string
CCompoundRule
::logValue(utility::ErrorContext & /*ctx*/) const
60
bool
CCompoundRule
::parse(CRuleParser &ruleParser, string &strError)
82
string
CCompoundRule
::dump() const
111
bool
CCompoundRule
::matches() const
129
bool
CCompoundRule
::fromXml(const CXmlElement &xmlElement,
142
void
CCompoundRule
::toXml(CXmlElement &xmlElement, CXmlSerializingContext &serializingContext) const
RuleParser.h
35
class
CCompoundRule
;
58
bool parse(
CCompoundRule
*pParentRule, std::string &strError);
73
CCompoundRule
*grabRootRule();
92
CCompoundRule
*_pRootRule{nullptr};
CompoundRule.h
36
class
CCompoundRule
: public CRule
DomainConfiguration.h
44
class
CCompoundRule
;
155
const
CCompoundRule
*getRule() const;
156
CCompoundRule
*getRule();
157
void setRule(
CCompoundRule
*pRule);
RuleParser.cpp
61
bool CRuleParser::parse(
CCompoundRule
*pParentRule, string &strError)
73
CCompoundRule
*pCompoundRule = new
CCompoundRule
;
229
CCompoundRule
*CRuleParser::grabRootRule()
231
CCompoundRule
*pRootRule = _pRootRule;
DomainConfiguration.cpp
296
const
CCompoundRule
*pRule = getRule();
410
const
CCompoundRule
*pRule = getRule();
475
const
CCompoundRule
*CDomainConfiguration::getRule() const
479
return static_cast<const
CCompoundRule
*>(getChild(ECompoundRule));
484
CCompoundRule
*CDomainConfiguration::getRule()
488
return static_cast<
CCompoundRule
*>(getChild(ECompoundRule));
493
void CDomainConfiguration::setRule(
CCompoundRule
*pRule)
495
CCompoundRule
*pOldRule = getRule();
ParameterMgr.cpp
[
all
...]
Completed in 59 milliseconds