cls_destruct_array   79 opal/class/opal_object.c     opal_destruct_t* cls_destruct_array;
cls_destruct_array  134 opal/class/opal_object.c     cls->cls_destruct_array =
cls_destruct_array  142 opal/class/opal_object.c     cls_destruct_array  = cls->cls_destruct_array;
cls_destruct_array  152 opal/class/opal_object.c             *cls_destruct_array = c->cls_destruct;
cls_destruct_array  153 opal/class/opal_object.c             cls_destruct_array++;
cls_destruct_array  157 opal/class/opal_object.c     *cls_destruct_array = NULL;  /* end marker for the destructors */
cls_destruct_array  160 opal/class/opal_object.h     opal_destruct_t *cls_destruct_array;
cls_destruct_array  460 opal/class/opal_object.h     cls_destruct = object->obj_class->cls_destruct_array;
cls_destruct_array   80 opal/mca/pmix/pmix4x/pmix/src/class/pmix_object.c     pmix_destruct_t* cls_destruct_array;
cls_destruct_array  135 opal/mca/pmix/pmix4x/pmix/src/class/pmix_object.c     cls->cls_destruct_array =
cls_destruct_array  143 opal/mca/pmix/pmix4x/pmix/src/class/pmix_object.c     cls_destruct_array  = cls->cls_destruct_array;
cls_destruct_array  153 opal/mca/pmix/pmix4x/pmix/src/class/pmix_object.c             *cls_destruct_array = c->cls_destruct;
cls_destruct_array  154 opal/mca/pmix/pmix4x/pmix/src/class/pmix_object.c             cls_destruct_array++;
cls_destruct_array  158 opal/mca/pmix/pmix4x/pmix/src/class/pmix_object.c     *cls_destruct_array = NULL;  /* end marker for the destructors */
cls_destruct_array  165 opal/mca/pmix/pmix4x/pmix/src/class/pmix_object.h     pmix_destruct_t *cls_destruct_array;
cls_destruct_array  452 opal/mca/pmix/pmix4x/pmix/src/class/pmix_object.h     cls_destruct = object->obj_class->cls_destruct_array;