Lines Matching refs:socketHandle
200 inline Socket::Socket( oslSocket socketHandle, __sal_NoAcquire ) in Socket() argument
201 : m_handle( socketHandle ) in Socket()
205 inline Socket::Socket( oslSocket socketHandle ) in Socket() argument
206 : m_handle( socketHandle ) in Socket()
225 inline Socket& Socket::operator= ( oslSocket socketHandle) in operator =() argument
227 osl_acquireSocket( socketHandle ); in operator =()
229 m_handle = socketHandle; in operator =()
246 inline sal_Bool Socket::operator==( const oslSocket socketHandle ) const in operator ==()
248 return m_handle == socketHandle; in operator ==()
417 inline StreamSocket::StreamSocket( oslSocket socketHandle, __sal_NoAcquire noacquire ) in StreamSocket() argument
418 : Socket( socketHandle, noacquire ) in StreamSocket()
422 inline StreamSocket::StreamSocket( oslSocket socketHandle ) in StreamSocket() argument
423 : Socket( socketHandle ) in StreamSocket()