Searched refs:getAttributeBoolean (Results 1 – 8 of 8) sorted by relevance
53 …bool getAttributeBoolean(const std::string& strAttributeName, const std::string& strTrueValue) con…54 bool getAttributeBoolean(const std::string& strAttributeName) const;
103 bool CXmlElement::getAttributeBoolean(const string& strAttributeName, const string& strTrueValue) c… in getAttributeBoolean() function in CXmlElement108 bool CXmlElement::getAttributeBoolean(const string& strAttributeName) const in getAttributeBoolean() function in CXmlElement
74 _bTuningAllowed = xmlElement.getAttributeBoolean("TuningAllowed"); in fromXml()
143 _bTypeAll = xmlElement.getAttributeBoolean("Type", _apcTypes[true]); in fromXml()
79 …cessContext.setValueSpaceRaw(xmlConfigurableElementSettingsElement.getAttributeBoolean("ValueSpace… in handleValueSpaceAttribute()
96 _bSigned = xmlElement.getAttributeBoolean("Signed"); in fromXml()
158 _bBigEndian = xmlElement.getAttributeBoolean("Endianness", "Big"); in fromXml()
221 …_bSequenceAware = xmlElement.hasAttribute("SequenceAware") && xmlElement.getAttributeBoolean("Sequ… in fromXml()