Searched refs:current_node (Results 1 – 2 of 2) sorted by relevance
57 my_graph(other.my_graph), current_node(other.current_node) in graph_iterator()64 current_node = other.current_node;77 return ((my_graph == other.my_graph) && (current_node == other.current_node));102 pointer current_node; variable
404 graph_iterator<C,N>::graph_iterator(C *g, bool begin) : my_graph(g), current_node(nullptr) in graph_iterator()406 if (begin) current_node = my_graph->my_nodes; in graph_iterator()412 __TBB_ASSERT(current_node, "graph_iterator at end");418 return current_node;423 if (current_node) current_node = current_node->next; in internal_forward()