Searched defs:DfsTypePredicates (Results 1 – 1 of 1) sorted by relevance
758 struct DfsTypePredicates { struct760 DfsTypePredicates(std::function<bool(int)> enter, in DfsTypePredicates() argument764 static DfsTypePredicates Enter(std::function<bool(int)> enter) { in Enter()768 static DfsTypePredicates Advance(std::function<bool(int)> advance) { in Advance()772 std::function<bool(int)> enter;773 std::function<bool(int)> advance;