Searched refs:VISIT_DESCENDANTS (Results 1 – 1 of 1) sorted by relevance
65 VISIT_DESCENDANTS = 1 << 1, enumerator66 VISIT_ALL_RELATIVES = VISIT_ANCESTORS | VISIT_DESCENDANTS,128 if (visit_relatives & VISIT_DESCENDANTS) { in GoToRelatives()226 bfs.Start(start_id).VisitAll(VISIT_OUTGOING, VISIT_DESCENDANTS); in ComputeTable()