Home
last modified time | relevance | path

Searched defs:graph_iterator (Results 1 – 2 of 2) sorted by relevance

/oneTBB/include/oneapi/tbb/detail/
H A D_flow_graph_impl.h56 graph_iterator(const graph_iterator& other) : in graph_iterator() function
304 friend class graph_iterator; variable
391 friend class graph_iterator; variable
/oneTBB/include/oneapi/tbb/
H A Dflow_graph.h404 graph_iterator<C,N>::graph_iterator(C *g, bool begin) : my_graph(g), current_node(nullptr) in graph_iterator() function