OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_apcTypes
(Results
1 - 2
of
2
) sorted by null
/external/parameter-framework/upstream/parameter/
CompoundRule.cpp
38
const char *CCompoundRule::
_apcTypes
[2] = {"Any", "All"};
56
return
_apcTypes
[_bTypeAll];
65
if (ruleParser.getType() ==
_apcTypes
[typeIndex]) {
84
string output = string(
_apcTypes
[_bTypeAll]) + "{";
135
_bTypeAll = strType ==
_apcTypes
[true];
145
xmlElement.setAttribute("Type",
_apcTypes
[_bTypeAll]);
CompoundRule.h
68
static const char *
_apcTypes
[];
Completed in 407 milliseconds