Searched refs:CParameterBlock (Results 1 – 2 of 2) sorted by relevance
52 return new CParameterBlock(getName(), this); in doInstantiate()66 CParameterBlock* pChildParameterBlock = new CParameterBlock(CUtility::toString(uiChild), in populate()
36 class CParameterBlock : public CInstanceConfigurableElement39 CParameterBlock(const std::string& strName, const CTypeElement* pTypeElement) in CParameterBlock() function