item_type 145 opal/class/opal_value_array.h #define OPAL_VALUE_ARRAY_GET_ITEM(array, item_type, item_index) \ item_type 146 opal/class/opal_value_array.h ((item_type*)((array)->array_items))[item_index] item_type 183 opal/class/opal_value_array.h #define OPAL_VALUE_ARRAY_SET_ITEM(array, item_type, item_index, item_value) \ item_type 184 opal/class/opal_value_array.h (((item_type*)((array)->array_items))[item_index] = item_value) item_type 274 opal/class/opal_value_array.h #define OPAL_VALUE_ARRAY_GET_BASE(array, item_type) \ item_type 275 opal/class/opal_value_array.h ((item_type*) ((array)->array_items)) item_type 146 opal/mca/pmix/pmix4x/pmix/src/class/pmix_value_array.h #define PMIX_VALUE_ARRAY_GET_ITEM(array, item_type, item_index) \ item_type 147 opal/mca/pmix/pmix4x/pmix/src/class/pmix_value_array.h ((item_type*)((array)->array_items))[item_index] item_type 184 opal/mca/pmix/pmix4x/pmix/src/class/pmix_value_array.h #define PMIX_VALUE_ARRAY_SET_ITEM(array, item_type, item_index, item_value) \ item_type 185 opal/mca/pmix/pmix4x/pmix/src/class/pmix_value_array.h (((item_type*)((array)->array_items))[item_index] = item_value) item_type 275 opal/mca/pmix/pmix4x/pmix/src/class/pmix_value_array.h #define PMIX_VALUE_ARRAY_GET_BASE(array, item_type) \ item_type 276 opal/mca/pmix/pmix4x/pmix/src/class/pmix_value_array.h ((item_type*) ((array)->array_items))