OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_bTypeAll
(Results
1 - 2
of
2
) sorted by null
/external/parameter-framework/parameter/
CompoundRule.cpp
43
CCompoundRule::CCompoundRule() :
_bTypeAll
(false)
65
strValue = _apcTypes[
_bTypeAll
];
79
_bTypeAll
= uiType != 0;
95
strResult += _apcTypes[
_bTypeAll
];
131
if (pRule->matches() ^
_bTypeAll
) {
133
return !
_bTypeAll
;
136
return
_bTypeAll
;
143
_bTypeAll
= xmlElement.getAttributeBoolean("Type", _apcTypes[true]);
153
xmlElement.setAttributeString("Type", _apcTypes[
_bTypeAll
]);
CompoundRule.h
66
bool
_bTypeAll
;
Completed in 567 milliseconds