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

/external/deqp/execserver/
H A DxsTcpServer.cpp90 std::vector<ConnectionHandler*>::iterator liveListPos = std::find(m_liveConnections.begin(), m_liveConnections.end(), handler);
91 DE_ASSERT(liveListPos != m_liveConnections.end());
94 m_liveConnections.erase(liveListPos);
101 m_liveConnections.push_back(handler);
131 std::copy(m_liveConnections.begin(), m_liveConnections.end(), std::inserter(allConnections, allConnections.end()));
H A DxsTcpServer.hpp62 std::vector<ConnectionHandler*> m_liveConnections; member in class:xs::TcpServer

Completed in 74 milliseconds