opal_graph_edge_t 49 opal/class/opal_graph.c static void opal_graph_edge_construct(opal_graph_edge_t *edge); opal_graph_edge_t 50 opal/class/opal_graph.c static void opal_graph_edge_destruct(opal_graph_edge_t *edge); opal_graph_edge_t 53 opal/class/opal_graph.c opal_graph_edge_t, opal_graph_edge_t 122 opal/class/opal_graph.c static void opal_graph_edge_construct(opal_graph_edge_t *edge) opal_graph_edge_t 131 opal/class/opal_graph.c static void opal_graph_edge_destruct(opal_graph_edge_t *edge) opal_graph_edge_t 189 opal/class/opal_graph.c opal_graph_edge_t *edge, *next; opal_graph_edge_t 198 opal/class/opal_graph.c OPAL_LIST_FOREACH_SAFE(edge, next, aj_list->edges, opal_graph_edge_t) { opal_graph_edge_t 257 opal/class/opal_graph.c int opal_graph_add_edge(opal_graph_t *graph, opal_graph_edge_t *edge) opal_graph_edge_t 302 opal/class/opal_graph.c void opal_graph_remove_edge (opal_graph_t *graph, opal_graph_edge_t *edge) opal_graph_edge_t 357 opal/class/opal_graph.c opal_graph_edge_t *edge; opal_graph_edge_t 385 opal/class/opal_graph.c OPAL_LIST_FOREACH(edge, adj_list->edges, opal_graph_edge_t) { opal_graph_edge_t 498 opal/class/opal_graph.c opal_graph_edge_t *edge; opal_graph_edge_t 516 opal/class/opal_graph.c OPAL_LIST_FOREACH(edge, adj_list->edges, opal_graph_edge_t) { opal_graph_edge_t 710 opal/class/opal_graph.c opal_graph_edge_t *edge, *new_edge; opal_graph_edge_t 746 opal/class/opal_graph.c OPAL_LIST_FOREACH(edge, aj_list->edges, opal_graph_edge_t) { opal_graph_edge_t 748 opal/class/opal_graph.c new_edge = OBJ_NEW(opal_graph_edge_t); opal_graph_edge_t 767 opal/class/opal_graph.c opal_graph_edge_t *edge; opal_graph_edge_t 788 opal/class/opal_graph.c OPAL_LIST_FOREACH(edge, aj_list->edges, opal_graph_edge_t) { opal_graph_edge_t 47 opal/class/opal_graph.h OPAL_DECLSPEC OBJ_CLASS_DECLARATION(opal_graph_edge_t); opal_graph_edge_t 159 opal/class/opal_graph.h typedef struct opal_graph_edge_t opal_graph_edge_t; opal_graph_edge_t 221 opal/class/opal_graph.h OPAL_DECLSPEC int opal_graph_add_edge(opal_graph_t *graph, opal_graph_edge_t *edge); opal_graph_edge_t 234 opal/class/opal_graph.h OPAL_DECLSPEC void opal_graph_remove_edge (opal_graph_t *graph, opal_graph_edge_t *edge);