Searched refs:getMaxEncodableValue (Results 1 – 2 of 2) sorted by relevance
103 _uiMax = getMaxEncodableValue(); in fromXml()104 if (xmlElement.getAttribute("Max", _uiMax) && (_uiMax > getMaxEncodableValue())) { in fromXml()110 << getMaxEncodableValue() << ") for " + getKind(); in fromXml()217 uint64_t CBitParameterType::getMaxEncodableValue() const in getMaxEncodableValue() function in CBitParameterType225 return getMaxEncodableValue() << _bitPos; in getMask()
85 uint64_t getMaxEncodableValue() const;