Searched defs:DfsTypePredicates (Results 1 – 1 of 1) sorted by relevance
779 struct DfsTypePredicates { struct781 DfsTypePredicates(std::function<bool(int)> enter, in DfsTypePredicates() argument785 static DfsTypePredicates Enter(std::function<bool(int)> enter) { in Enter()789 static DfsTypePredicates Advance(std::function<bool(int)> advance) { in Advance()793 std::function<bool(int)> enter;794 std::function<bool(int)> advance;