OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_liveConnections
(Results
1 - 2
of
2
) sorted by null
/external/deqp/execserver/
xsTcpServer.cpp
90
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()));
xsTcpServer.hpp
62
std::vector<ConnectionHandler*>
m_liveConnections
;
Completed in 33 milliseconds