Searched refs:getMaxEncodableValue (Results 1 – 2 of 2) sorted by relevance
104 if (_uiMax > getMaxEncodableValue()) { in fromXml()109 … << "Max attribute inconsistent with maximum encodable size (" << getMaxEncodableValue() << ") for… in fromXml()117 _uiMax = getMaxEncodableValue(); in fromXml()220 uint64_t CBitParameterType::getMaxEncodableValue() const in getMaxEncodableValue() function in CBitParameterType228 return getMaxEncodableValue() << _uiBitPos; in getMask()
80 uint64_t getMaxEncodableValue() const;