Home
last modified time | relevance | path

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

/trunk/main/cli_ure/source/climaker/
H A Dclimaker_emit.cxx1549 const Reference<reflection::XServiceConstructorDescription> & ctorDes = in complete_service_type() local
1553 ctorDes->getParameters(); in complete_service_type()
1584 if (ctorDes->isDefaultConstructor()) in complete_service_type()
1587 ctorName = ustring_to_String(ctorDes->getName()); in complete_service_type()
1597 Emit::CustomAttributeBuilder* attrBuilder = get_service_exception_attribute(ctorDes); in complete_service_type()
1679 get_service_ctor_method_exceptions_reduced(ctorDes->getExceptions()); in complete_service_type()
1926 const Reference<reflection::XServiceConstructorDescription> & ctorDes ) in get_service_exception_attribute() argument
1928 return get_exception_attribute(ctorDes->getExceptions()); in get_service_exception_attribute()

Completed in 29 milliseconds