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

/haiku/src/servers/net/
H A DServices.cpp122 ConnectionList::const_iterator otherIterator local
124 for (; otherIterator != other.connections.end(); otherIterator++) {
125 if (connection == *otherIterator)
129 if (otherIterator == other.connections.end())

Completed in 106 milliseconds