Searched refs:branches_to_process (Results 1 – 1 of 1) sorted by relevance
2297 std::vector<Branch*> branches_to_process = changed_branches; in Bind() local2298 while (branches_to_process.size() != 0) { in Bind()2300 for (auto& changed_branch : branches_to_process) { in Bind()2307 branches_to_process = changed_branches; in Bind()