Searched refs:new_boundaries_for_moveout (Results 1 – 1 of 1) sorted by relevance
1347 std::vector<std::vector<Boundary> > new_boundaries_for_moveout; in Run() local1373 new_boundaries_for_moveout.push_back(next_boundary); in Run()1442 for (int i = 0; i < new_boundaries_for_moveout.size(); ++i) { in Run()1443 std::vector<Boundary>& m = new_boundaries_for_moveout[i]; in Run()1455 CHECK(to_move_out.size() == new_boundaries_for_moveout.size()); in Run()1459 new_boundaries_for_moveout[i])); in Run()