copy_vertex_data   93 opal/class/opal_graph.c     vertex->copy_vertex_data = NULL;
copy_vertex_data  105 opal/class/opal_graph.c     vertex->copy_vertex_data = NULL;
copy_vertex_data  728 opal/class/opal_graph.c         if (NULL != aj_list->vertex->copy_vertex_data) {
copy_vertex_data  729 opal/class/opal_graph.c             aj_list->vertex->copy_vertex_data(&(vertex->vertex_data), aj_list->vertex->vertex_data);
copy_vertex_data  730 opal/class/opal_graph.c             vertex->copy_vertex_data = aj_list->vertex->copy_vertex_data;
copy_vertex_data  113 opal/class/opal_graph.h     opal_graph_copy_vertex_data  copy_vertex_data; /* A function to copy vertex data */