Home
last modified time | relevance | path

Searched refs:constructClass (Results 1 – 6 of 6) sorted by relevance

/dports/lang/clips/clips_core_source_630/core/
H A Dcstrccom.c117 struct construct *constructClass) in DeleteNamedConstruct() argument
177 struct construct *constructClass) in FindNamedConstructInModuleOrImports() argument
220 struct construct *constructClass) in FindNamedConstructInModule() argument
307 struct construct *constructClass) in UndefconstructCommand() argument
363 struct construct *constructClass) in PPConstructCommand() argument
395 struct construct *constructClass) in PPConstruct() argument
439 struct construct *constructClass) in GetConstructModuleCommand() argument
480 struct construct *constructClass) in GetConstructModule() argument
521 struct construct *constructClass) in Undefconstruct() argument
526 #pragma unused(constructClass) in Undefconstruct()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/stoc/source/corereflection/
H A Dcrefl.cxx142 inline Reference< XIdlClass > IdlReflectionServiceImpl::constructClass( in constructClass() function in stoc_corefl::IdlReflectionServiceImpl
203 xRet = constructClass( pTD ); in forName()
249 Reference< XIdlClass > xIdlClass( constructClass( pTD ) ); in getByHierarchicalName()
291 xRet = constructClass( pTypeDescr ); in forType()
H A Dbase.hxx91 …inline css::uno::Reference< css::reflection::XIdlClass > constructClass( typelib_TypeDescription *…
/dports/editors/libreoffice6/libreoffice-6.4.7.2/stoc/source/corereflection/
H A Dcrefl.cxx142 inline Reference< XIdlClass > IdlReflectionServiceImpl::constructClass( in constructClass() function in stoc_corefl::IdlReflectionServiceImpl
203 if ((xRet = constructClass( pTD )).is()) in forName()
248 Reference< XIdlClass > xIdlClass( constructClass( pTD ) ); in getByHierarchicalName()
290 if ((xRet = constructClass( pTypeDescr )).is()) in forType()
H A Dbase.hxx91 …inline css::uno::Reference< css::reflection::XIdlClass > constructClass( typelib_TypeDescription *…
/dports/audio/supercollider/SuperCollider-3.11.0-Source/include/plugin_interface/
H A DSC_PlugIn.hpp242 template <class UGenClass> void constructClass(Unit* unit) { new (static_cast<UGenClass*>(unit)) UG… in constructClass() function
248 UnitCtorFunc ctor = detail::constructClass<Unit>; in registerUnit()