Searched refs:_apcTypes (Results 1 – 2 of 2) sorted by relevance
38 const char *CCompoundRule::_apcTypes[2] = {"Any", "All"}; member in CCompoundRule56 return _apcTypes[_bTypeAll]; in logValue()65 if (ruleParser.getType() == _apcTypes[typeIndex]) { in parse()84 string output = string(_apcTypes[_bTypeAll]) + "{"; in dump()135 _bTypeAll = strType == _apcTypes[true]; in fromXml()145 xmlElement.setAttribute("Type", _apcTypes[_bTypeAll]); in toXml()
68 static const char *_apcTypes[]; variable