Searched refs:ctorDes (Results 1 – 1 of 1) sorted by relevance
1549 const Reference<reflection::XServiceConstructorDescription> & ctorDes = in complete_service_type() local1553 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() argument1928 return get_exception_attribute(ctorDes->getExceptions()); in get_service_exception_attribute()
Completed in 28 milliseconds