Searched refs:connections_to_prune (Results 1 – 2 of 2) sorted by relevance
769 std::vector<const Connection*> connections_to_prune; in PruneConnections() local785 connections_to_prune.push_back(conn); in PruneConnections()788 return connections_to_prune; in PruneConnections()
1712 std::vector<const Connection*> connections_to_prune = in PruneConnections() local1714 for (const Connection* conn : connections_to_prune) { in PruneConnections()