Searched defs:DfsTypePredicates (Results 1 – 1 of 1) sorted by relevance
713 struct DfsTypePredicates { struct715 DfsTypePredicates(std::function<bool(int)> enter, in DfsTypePredicates() function719 static DfsTypePredicates Enter(std::function<bool(int)> enter) { in Enter()723 static DfsTypePredicates Advance(std::function<bool(int)> advance) { in Advance()727 std::function<bool(int)> enter;728 std::function<bool(int)> advance;