Searched defs:allConnections (Results 1 - 1 of 1) sorted by relevance

/external/deqp/execserver/
H A DxsTcpServer.cpp124 std::vector<ConnectionHandler*> allConnections; local
131 std::copy(m_liveConnections.begin(), m_liveConnections.end(), std::inserter(allConnections, allConnections.end()));
132 std::copy(m_doneConnections.begin(), m_doneConnections.end(), std::inserter(allConnections, allConnections.end()));
140 for (std::vector<ConnectionHandler*>::const_iterator i = allConnections.begin(); i != allConnections.end(); i++)

Completed in 77 milliseconds