Searched refs:_apcTypes (Results 1 – 2 of 2) sorted by relevance
38 const char* CCompoundRule::_apcTypes[2] = { member in CCompoundRule65 strValue = _apcTypes[_bTypeAll]; in logValue()76 if (ruleParser.getType() == _apcTypes[uiType]) { in parse()95 strResult += _apcTypes[_bTypeAll]; in dump()143 _bTypeAll = xmlElement.getAttributeBoolean("Type", _apcTypes[true]); in fromXml()153 xmlElement.setAttributeString("Type", _apcTypes[_bTypeAll]); in toXml()
69 static const char* _apcTypes[]; variable