Searched defs:DfsStackElem (Results 1 – 2 of 2) sorted by relevance
27 struct DfsStackElem { struct28 DfsStackElem(int node, bool children_visited, int src) in DfsStackElem() argument30 explicit DfsStackElem(int node) : DfsStackElem(node, false, -1) {} in DfsStackElem() function33 int node;36 bool children_visited;38 int src;
797 struct DfsStackElem { struct798 DfsStackElem(int node, bool children_visited, int src) in DfsStackElem() function800 explicit DfsStackElem(int node) : DfsStackElem(node, false, -1) {} in DfsStackElem() argument803 int node;806 bool children_visited;808 int src;