Home | History | Annotate | Download | only in parameter

Lines Matching refs:TNamedElementBuilderTemplate

2767         "ComponentType", new TNamedElementBuilderTemplate<CComponentType>());
2769 "Component", new TNamedElementBuilderTemplate<CComponentInstance>());
2771 "BitParameter", new TNamedElementBuilderTemplate<CBitParameterType>());
2773 "BitParameterBlock", new TNamedElementBuilderTemplate<CBitParameterBlockType>());
2775 "StringParameter", new TNamedElementBuilderTemplate<CStringParameterType>());
2777 "ParameterBlock", new TNamedElementBuilderTemplate<CParameterBlockType>());
2779 "BooleanParameter", new TNamedElementBuilderTemplate<CBooleanParameterType>());
2781 "IntegerParameter", new TNamedElementBuilderTemplate<CIntegerParameterType>());
2787 "EnumParameter", new TNamedElementBuilderTemplate<CEnumParameterType>());
2791 "FixedPointParameter", new TNamedElementBuilderTemplate<CFixedPointParameterType>());
2793 "FloatingPointParameter", new TNamedElementBuilderTemplate<CFloatingPointParameterType>);
2806 "Configuration", new TNamedElementBuilderTemplate<CDomainConfiguration>());