Searched defs:df_iterator_storage (Results 1 – 1 of 1) sorted by relevance
56 df_iterator_storage(SetType &VSet) : Visited(VSet) {} in df_iterator_storage() function57 df_iterator_storage(const df_iterator_storage &S) : Visited(S.Visited) {} in df_iterator_storage() function