OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_doneConnections
(Results
1 - 2
of
2
) sorted by null
/external/deqp/execserver/
xsTcpServer.cpp
93
m_doneConnections
.reserve(
m_doneConnections
.size()+1);
95
m_doneConnections
.push_back(handler);
108
for (std::vector<ConnectionHandler*>::iterator i =
m_doneConnections
.begin(); i !=
m_doneConnections
.end(); i++)
111
m_doneConnections
.clear();
132
std::copy(
m_doneConnections
.begin(),
m_doneConnections
.end(), std::inserter(allConnections, allConnections.end()));
xsTcpServer.hpp
63
std::vector<ConnectionHandler*>
m_doneConnections
;
Completed in 51 milliseconds