Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/execserver/
H A DxsTcpServer.cpp93 m_doneConnections.reserve(m_doneConnections.size()+1); in connectionDone()
95 m_doneConnections.push_back(handler); in connectionDone()
108 for (std::vector<ConnectionHandler*>::iterator i = m_doneConnections.begin(); i != m_doneConnections.end(); i++) in deleteDoneConnections()
111 m_doneConnections.clear(); in deleteDoneConnections()
132 std::copy(m_doneConnections.begin(), m_doneConnections.end(), std::inserter(allConnections, allConnections.end())); in ~TcpServer()
H A DxsTcpServer.hpp63 std::vector<ConnectionHandler*> m_doneConnections; member in xs::TcpServer

Completed in 1 milliseconds