Searched refs:rSocket (Results 1 – 3 of 3) sorted by relevance
240 inline sal_Bool Socket::operator==( const Socket& rSocket ) const in operator ==()242 return m_handle == rSocket.getHandle(); in operator ==()
211 inline sal_Bool SAL_CALL operator==( const Socket& rSocket ) const ;
497 sal_Bool SAL_CALL operator==( const OSocket& rSocket ) in operator ==() argument499 return m_pSockRef == rSocket.m_pSockRef; in operator ==()