Searched defs:makeBFS (Results 1 – 2 of 2) sorted by relevance
85 std::unique_ptr<WorkList> WorkList::makeBFS() { in makeBFS() function in WorkList
106 WorkList *WorkList::makeBFS() { return new BFS(); } in makeBFS() function in WorkList