Searched refs:sorted_node_indices_to_remove (Results 1 – 1 of 1) sorted by relevance
1336 std::set<int> sorted_node_indices_to_remove(node_indices_to_remove.begin(), in RemoveNodesInternal() local1340 for (auto rit = sorted_node_indices_to_remove.rbegin(); in RemoveNodesInternal()1341 rit != sorted_node_indices_to_remove.rend(); ++rit) { in RemoveNodesInternal()1383 if (!sorted_node_indices_to_remove.empty()) { in RemoveNodesInternal()1385 const int num_to_remove = sorted_node_indices_to_remove.size(); in RemoveNodesInternal()