cls_construct     112 opal/class/opal_object.c         if( NULL != c->cls_construct ) {
cls_construct     147 opal/class/opal_object.c         if( NULL != c->cls_construct ) {
cls_construct     149 opal/class/opal_object.c             *cls_construct_array = c->cls_construct;
cls_construct     154 opal/class/opal_object.h     opal_construct_t cls_construct; /**< class constructor */
cls_construct     434 opal/class/opal_object.h     opal_construct_t* cls_construct;
cls_construct     438 opal/class/opal_object.h     cls_construct = object->obj_class->cls_construct_array;
cls_construct     439 opal/class/opal_object.h     while( NULL != *cls_construct ) {
cls_construct     440 opal/class/opal_object.h         (*cls_construct)(object);
cls_construct     441 opal/class/opal_object.h         cls_construct++;
cls_construct     113 opal/mca/pmix/pmix4x/pmix/src/class/pmix_object.c         if( NULL != c->cls_construct ) {
cls_construct     148 opal/mca/pmix/pmix4x/pmix/src/class/pmix_object.c         if( NULL != c->cls_construct ) {
cls_construct     150 opal/mca/pmix/pmix4x/pmix/src/class/pmix_object.c             *cls_construct_array = c->cls_construct;
cls_construct     159 opal/mca/pmix/pmix4x/pmix/src/class/pmix_object.h     pmix_construct_t cls_construct; /**< class constructor */
cls_construct     426 opal/mca/pmix/pmix4x/pmix/src/class/pmix_object.h     pmix_construct_t* cls_construct;
cls_construct     430 opal/mca/pmix/pmix4x/pmix/src/class/pmix_object.h     cls_construct = object->obj_class->cls_construct_array;
cls_construct     431 opal/mca/pmix/pmix4x/pmix/src/class/pmix_object.h     while( NULL != *cls_construct ) {
cls_construct     432 opal/mca/pmix/pmix4x/pmix/src/class/pmix_object.h         (*cls_construct)(object);
cls_construct     433 opal/mca/pmix/pmix4x/pmix/src/class/pmix_object.h         cls_construct++;