Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/execserver/
H A DxsTcpServer.cpp124 std::vector<ConnectionHandler*> allConnections; in ~TcpServer() local
131 std::copy(m_liveConnections.begin(), m_liveConnections.end(), std::inserter(allConnections, allConnections.end())); in ~TcpServer()
132 std::copy(m_doneConnections.begin(), m_doneConnections.end(), std::inserter(allConnections, allConnections.end())); in ~TcpServer()
140 for (std::vector<ConnectionHandler*>::const_iterator i = allConnections.begin(); i != allConnections.end(); i++) in ~TcpServer()

Completed in 1 milliseconds