Searched refs:getFootPrint (Results 1 – 20 of 20) sorted by relevance
235 bytes.resize(getFootPrint()); in getSettingsAsBytes()247 size_t size = getFootPrint(); in setSettingsAsBytes()345 offset += pConfigurableElement->getFootPrint(); in setOffset()355 size_t CConfigurableElement::getFootPrint() const in getFootPrint() function in CConfigurableElement365 uiSize += pConfigurableElement->getFootPrint(); in getFootPrint()514 return std::to_string(getFootPrint()) + " byte(s)"; in getFootprintAsString()
40 size_t getFootPrint() const override;
42 size_t getFootPrint() const override;
50 size_t CBitParameterBlock::getFootPrint() const in getFootPrint() function in CBitParameterBlock
50 size_t CStringParameter::getFootPrint() const in getFootPrint() function in CStringParameter
44 size_t getFootPrint() const override;
49 _dataSize(pInstanceConfigurableElement->getFootPrint()) in CSubsystemObject()
60 size_t CBitParameter::getFootPrint() const in getFootPrint() function in CBitParameter
40 _blackboard.setSize(_pConfigurableElement->getFootPrint()); in CAreaConfiguration()
63 virtual size_t getFootPrint() const;
73 size_t CParameter::getFootPrint() const in getFootPrint() function in CParameter
405 if (pInstanceConfigurableElement->getFootPrint() > in handleSubsystemObjectCreation()
49 size_t CArrayParameter::getFootPrint() const in getFootPrint() function in CArrayParameter
70 return mElement.getFootPrint(); in getSize()
535 _pMainParameterBlackboard->setSize(pSystemClass->getFootPrint()); in loadStructure()
56 ALWAYS_ASSERT((instanceConfigurableElement->getFootPrint() / parameterSize) == 1, in SubsystemObject()
61 _arraySize = pInstanceConfigurableElement->getFootPrint() / _scalarSize; in CSkeletonSubsystemObject()
53 _arraySize = pInstanceConfigurableElement->getFootPrint() / _scalarSize; in CTESTSubsystemObject()